#609015

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

Shades of Olive Drab #609015

Tints of Olive Drab #609015

Color information

#609015 (or 0x609015) is unknown color: approx Olive Drab. HEX triplet: 60, 90 and 15. RGB value is (96,144,21). Sum of RGB (Red+Green+Blue) = 96+144+21=261 (34% of max value = 765). Red value is 96 (37.89% from 255 or 36.78% from 261); Green value is 144 (56.64% from 255 or 55.17% from 261); Blue value is 21 (8.59% from 255 or 8.05% from 261); Max value from RGB is 144 - color contains mainly: green. Hex color #609015 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #609015 is #9F6FEA. Grayscale: #747474. Windows color (decimal): -10448875 or 1413216. OLE color: 1413216.

HSL color Cylindrical-coordinate representation of color #609015: hue angle of 83.41º degrees, saturation: 0.75, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #609015 is Cyan = 0.33, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.44.

Color convert

RGB9614421-
CMYK0.3300.850.44
HSL83.41º74.55%32.35%-
HSV(B)83.41º85.42%56.47%-
XYZ14.9322.494.26-
YUV115.6374.6114-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 36.78%
GREEN value IS 144 (56.64% from 255) = 55.17%
BLUE value IS 21 (8.59% from 255) = 8.05%
R=36.78%
G=55.17%
B=8.05%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal96144210.3300.850.4483.4174.5532.35
Hex609015210552C534b20
Octal140220254101255412311340
Binary110000010010000101011000010101010110110010100111001011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #609015

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #609015; }

 p { color: rgb(96,144,21); }

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

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

 a { background-color: rgb(96,144,21); }

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

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

 span { border-color: rgb(96,144,21); }

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