#66991B

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

Shades of Olive Drab #66991B

Tints of Olive Drab #66991B

Color information

#66991B (or 0x66991B) is unknown color: approx Olive Drab. HEX triplet: 66, 99 and 1B. RGB value is (102,153,27). Sum of RGB (Red+Green+Blue) = 102+153+27=282 (37% of max value = 765). Red value is 102 (40.23% from 255 or 36.17% from 282); Green value is 153 (60.16% from 255 or 54.26% from 282); Blue value is 27 (10.94% from 255 or 9.57% from 282); Max value from RGB is 153 - color contains mainly: green. Hex color #66991B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #66991B is #9966E4. Grayscale: #7B7B7B. Windows color (decimal): -10053349 or 1808742. OLE color: 1808742.

HSL color Cylindrical-coordinate representation of color #66991B: hue angle of 84.29º degrees, saturation: 0.7, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #66991B is Cyan = 0.33, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.4.

Color convert

RGB10215327-
CMYK0.3300.820.4
HSL84.29º70%35.29%-
HSV(B)84.29º82.35%60%-
XYZ17.0725.695.1-
YUV123.3973.6112.75-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 36.17%
GREEN value IS 153 (60.16% from 255) = 54.26%
BLUE value IS 27 (10.94% from 255) = 9.57%
R=36.17%
G=54.26%
B=9.57%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal102153270.3300.820.484.297035.29
Hex66991B2105228544623
Octal146231334101225012410643
Binary110011010011001110111000010101001010100010101001000110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66991B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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