Html Css Color HEX #609404 Olive Drab

📋 copy color: '#609404'

red 96 ◦ green 148 ◦ blue 4

#609404
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Olive Drab #609404

Tints of Olive Drab #609404

RGB

 RED value IS 96 (37.89% from 255) = 38.71%

 GREEN value IS 148 (58.2% 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 value IS 0.35

 M value IS 0

 Y value IS 0.97

 K value IS 0.42

RGB Variations

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

Color information

#609404 (or 0x609404) is known color: 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

RGB 96 148 4 -
CMYK 0.35 0 0.97 0.42
HSL 81.67º 0.95% 0.3% -
HSV(B) 81.67º 0.97% 0.58% -
XYZ 15.44 23.68 3.87 -
YUV 116.04 64.77 113.71 -
System Red Green Blue C M Y K H S L
Decimal 96 148 4 0.35 0 0.97 0.42 81.67 0.95 0.3
Hex 60 94 4 23 0 61 2A 52 5F 1E
Octal 140 224 4 43 0 141 52 122 137 36
Binary 1100000 10010100 100 100011 0 1100001 101010 1010010 1011111 11110

Color Harmonies of #609404

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #609404

Black with #609404

Text Example


Text Example

White with #609404

Text Example


Text Example

HTML Codes & Css Web 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>