#66990f

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

Shades of Olive Drab #66990F

Tints of Olive Drab #66990F

Color information

#66990F (or 0x66990F) is unknown color: approx Olive Drab. HEX triplet: 66, 99 and 0F. RGB value is (102,153,15). Sum of RGB (Red+Green+Blue) = 102+153+15=270 (35% of max value = 765). Red value is 102 (40.23% from 255 or 37.78% from 270); Green value is 153 (60.16% from 255 or 56.67% from 270); Blue value is 15 (6.25% from 255 or 5.56% from 270); Max value from RGB is 153 - color contains mainly: green. Hex color #66990F is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #66990F is #9966F0. Grayscale: #7A7A7A. Windows color (decimal): -10053361 or 1022310. OLE color: 1022310.

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

Color convert

RGB10215315-
CMYK0.3300.900.4
HSL82.17º82.14%32.94%-
HSV(B)82.17º90.2%60%-
XYZ16.9625.644.51-
YUV122.0267.6113.72-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 37.78%
GREEN value IS 153 (60.16% from 255) = 56.67%
BLUE value IS 15 (6.25% from 255) = 5.56%
R=37.78%
G=56.67%
B=5.56%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal102153150.3300.900.482.1782.1432.94
Hex6699F2105A28525221
Octal146231174101325012212241
Binary11001101001100111111000010101101010100010100101010010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66990f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #66990f; }

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

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

<style>
 a { background-color: #66990f; }

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

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

<style>
 span { border-color: #66990f; }

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

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