#669615

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

Shades of Olive Drab #669615

Tints of Olive Drab #669615

Color information

#669615 (or 0x669615) is unknown color: approx Olive Drab. HEX triplet: 66, 96 and 15. RGB value is (102,150,21). Sum of RGB (Red+Green+Blue) = 102+150+21=273 (36% of max value = 765). Red value is 102 (40.23% from 255 or 37.36% from 273); Green value is 150 (58.98% from 255 or 54.95% from 273); Blue value is 21 (8.59% from 255 or 7.69% from 273); Max value from RGB is 150 - color contains mainly: green. Hex color #669615 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #669615 is #9969EA. Grayscale: #797979. Windows color (decimal): -10054123 or 1414758. OLE color: 1414758.

HSL color Cylindrical-coordinate representation of color #669615: hue angle of 82.33º degrees, saturation: 0.75, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #669615 is Cyan = 0.32, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.41.

Color convert

RGB10215021-
CMYK0.3200.860.41
HSL82.33º75.44%33.53%-
HSV(B)82.33º86%58.82%-
XYZ16.5224.694.6-
YUV120.9471.6114.49-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 37.36%
GREEN value IS 150 (58.98% from 255) = 54.95%
BLUE value IS 21 (8.59% from 255) = 7.69%
R=37.36%
G=54.95%
B=7.69%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal102150210.3200.860.4182.3375.4433.53
Hex6696152005629524b22
Octal146226254001265112211342
Binary110011010010110101011000000101011010100110100101001011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #669615

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #669615; }

 p { color: rgb(102,150,21); }

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

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

 a { background-color: rgb(102,150,21); }

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

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

 span { border-color: rgb(102,150,21); }

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