#66841B

Color #66841B Olive Drab (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Olive Drab #66841B

Tints of Olive Drab #66841B

Color information

#66841B (or 0x66841B) is unknown color: approx Olive Drab. HEX triplet: 66, 84 and 1B. RGB value is (102,132,27). Sum of RGB (Red+Green+Blue) = 102+132+27=261 (34% of max value = 765). Red value is 102 (40.23% from 255 or 39.08% from 261); Green value is 132 (51.95% from 255 or 50.57% from 261); Blue value is 27 (10.94% from 255 or 10.34% from 261); Max value from RGB is 132 - color contains mainly: green. Hex color #66841B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #66841B is #997BE4. Grayscale: #6F6F6F. Windows color (decimal): -10058725 or 1803366. OLE color: 1803366.

HSL color Cylindrical-coordinate representation of color #66841B: hue angle of 77.14º degrees, saturation: 0.66, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #66841B is Cyan = 0.23, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.48.

Color convert

RGB10213227-
CMYK0.2300.800.48
HSL77.14º66.04%31.18%-
HSV(B)77.14º79.55%51.76%-
XYZ13.9319.414.05-
YUV111.0680.56121.54-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 102 (40.23% from 255) = 39.08%
GREEN value IS 132 (51.95% from 255) = 50.57%
BLUE value IS 27 (10.94% from 255) = 10.34%
R=39.08%
G=50.57%
B=10.34%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal102132270.2300.800.4877.1466.0431.18
Hex66841B17050304d421f
Octal146204332701206011510237
Binary1100110100001001101110111010100001100001001101100001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66841B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #66841B; }

 p { color: rgb(102,132,27); }

 H1.HeaderClassName
 {
   color: #66841B;
 }
 .AnyTagClassName
 {
   color: #66841B;
 }
</style>
background-color css

<style>
 a { background-color: #66841B; }

 a { background-color: rgb(102,132,27); }

 div.DivClassName
 {
   background-color: #66841B;
 }
 .BgClassName
 {
   background-color: #66841B;
 }
</style>
border-color css

<style>
 span { border-color: #66841B; }

 span { border-color: rgb(102,132,27); }

 td.TdClassName
 {
   border-color: #66841B;
 }
 .TagClassName
 {
   border-color: #66841B;
 }
</style>