#66882B

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

Shades of Olive Drab #66882B

Tints of Olive Drab #66882B

Color information

#66882B (or 0x66882B) is unknown color: approx Olive Drab. HEX triplet: 66, 88 and 2B. RGB value is (102,136,43). Sum of RGB (Red+Green+Blue) = 102+136+43=281 (37% of max value = 765). Red value is 102 (40.23% from 255 or 36.30% from 281); Green value is 136 (53.52% from 255 or 48.40% from 281); Blue value is 43 (17.19% from 255 or 15.30% from 281); Max value from RGB is 136 - color contains mainly: green. Hex color #66882B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #66882B is #9977D4. Grayscale: #737373. Windows color (decimal): -10057685 or 2852966. OLE color: 2852966.

HSL color Cylindrical-coordinate representation of color #66882B: hue angle of 81.94º degrees, saturation: 0.52, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #66882B is Cyan = 0.25, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.47.

Color convert

RGB10213643-
CMYK0.2500.680.47
HSL81.94º51.96%35.1%-
HSV(B)81.94º68.38%53.33%-
XYZ14.7220.615.49-
YUV115.2387.24118.56-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 36.30%
GREEN value IS 136 (53.52% from 255) = 48.40%
BLUE value IS 43 (17.19% from 255) = 15.30%
R=36.30%
G=48.40%
B=15.30%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal102136430.2500.680.4781.9451.9635.1
Hex66882B190442F523423
Octal14621053310104571226443
Binary11001101000100010101111001010001001011111010010110100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66882B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(102,136,43); }

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

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

 a { background-color: rgb(102,136,43); }

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

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

 span { border-color: rgb(102,136,43); }

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