#609414

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

Shades of Olive Drab #609414

Tints of Olive Drab #609414

Color information

#609414 (or 0x609414) is unknown color: approx Olive Drab. HEX triplet: 60, 94 and 14. RGB value is (96,148,20). Sum of RGB (Red+Green+Blue) = 96+148+20=264 (34% of max value = 765). Red value is 96 (37.89% from 255 or 36.36% from 264); Green value is 148 (58.20% from 255 or 56.06% from 264); Blue value is 20 (8.20% from 255 or 7.58% from 264); Max value from RGB is 148 - color contains mainly: green. Hex color #609414 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #609414 is #9F6BEB. Grayscale: #767676. Windows color (decimal): -10447852 or 1348704. OLE color: 1348704.

HSL color Cylindrical-coordinate representation of color #609414: hue angle of 84.38º degrees, saturation: 0.76, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #609414 is Cyan = 0.35, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.42.

Color convert

RGB9614820-
CMYK0.3500.860.42
HSL84.38º76.19%32.94%-
HSV(B)84.38º86.49%58.04%-
XYZ15.5423.724.42-
YUV117.8672.77112.41-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 36.36%
GREEN value IS 148 (58.20% from 255) = 56.06%
BLUE value IS 20 (8.20% from 255) = 7.58%
R=36.36%
G=56.06%
B=7.58%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal96148200.3500.860.4284.3876.1932.94
Hex609414230562A544c21
Octal140224244301265212411441
Binary110000010010100101001000110101011010101010101001001100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #609414

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #609414; }

 p { color: rgb(96,148,20); }

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

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

 a { background-color: rgb(96,148,20); }

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

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

 span { border-color: rgb(96,148,20); }

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