#66862F

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

Shades of Olive Drab #66862F

Tints of Olive Drab #66862F

Color information

#66862F (or 0x66862F) is unknown color: approx Olive Drab. HEX triplet: 66, 86 and 2F. RGB value is (102,134,47). Sum of RGB (Red+Green+Blue) = 102+134+47=283 (37% of max value = 765). Red value is 102 (40.23% from 255 or 36.04% from 283); Green value is 134 (52.73% from 255 or 47.35% from 283); Blue value is 47 (18.75% from 255 or 16.61% from 283); Max value from RGB is 134 - color contains mainly: green. Hex color #66862F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #66862F is #9979D0. Grayscale: #727272. Windows color (decimal): -10058193 or 3114598. OLE color: 3114598.

HSL color Cylindrical-coordinate representation of color #66862F: hue angle of 82.07º degrees, saturation: 0.48, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #66862F is Cyan = 0.24, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.47.

Color convert

RGB10213447-
CMYK0.2400.650.47
HSL82.07º48.07%35.49%-
HSV(B)82.07º64.93%52.55%-
XYZ14.5220.085.8-
YUV114.5189.9119.07-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 36.04%
GREEN value IS 134 (52.73% from 255) = 47.35%
BLUE value IS 47 (18.75% from 255) = 16.61%
R=36.04%
G=47.35%
B=16.61%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal102134470.2400.650.4782.0748.0735.49
Hex66862F180412F523023
Octal14620657300101571226043
Binary11001101000011010111111000010000011011111010010110000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66862F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #66862F; }

 p { color: rgb(102,134,47); }

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

<style>
 a { background-color: #66862F; }

 a { background-color: rgb(102,134,47); }

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

<style>
 span { border-color: #66862F; }

 span { border-color: rgb(102,134,47); }

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