#609404

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

Shades of Olive Drab #609404

Tints of Olive Drab #609404

Color information

#609404 (or 0x609404) is unknown color: approx Olive Drab. HEX triplet: 60, 94 and 04. RGB value is (96,148,4). Sum of RGB (Red+Green+Blue) = 96+148+4=248 (32% of max value = 765). Red value is 96 (37.89% from 255 or 38.71% from 248); Green value is 148 (58.20% from 255 or 59.68% from 248); Blue value is 4 (1.95% from 255 or 1.61% from 248); Max value from RGB is 148 - color contains mainly: green. Hex color #609404 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #609404 is #9F6BFB. Grayscale: #747474. Windows color (decimal): -10447868 or 300128. OLE color: 300128.

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

Color convert

RGB961484-
CMYK0.3500.970.42
HSL81.67º94.74%29.8%-
HSV(B)81.67º97.3%58.04%-
XYZ15.4423.683.87-
YUV116.0464.77113.71-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 38.71%
GREEN value IS 148 (58.20% from 255) = 59.68%
BLUE value IS 4 (1.95% from 255) = 1.61%
R=38.71%
G=59.68%
B=1.61%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal9614840.3500.970.4281.6794.7429.8
Hex60944230612A525f1e
Octal14022444301415212213736
Binary110000010010100100100011011000011010101010010101111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #609404

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #609404; }

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

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

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

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

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

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

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

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