Html Css Color HEX #609406 Olive Drab

📋 copy color: '#609406'

red 96 ◦ green 148 ◦ blue 6

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

Shades of Olive Drab #609406

Tints of Olive Drab #609406

RGB

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

 GREEN value IS 148 (58.2% from 255) = 59.2%

 BLUE value IS 6 (2.73% from 255) = 2.4%

R = 38.4%
G = 59.2%
B = 2.4%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.96

 K value IS 0.42

RGB Variations

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

Color information

#609406 (or 0x609406) is known color: Olive Drab. HEX triplet: 60, 94 and 06. RGB value is (96,148,6). Sum of RGB (Red+Green+Blue) = 96+148+6=250 (33% of max value = 765). Red value is 96 (37.89% from 255 or 38.4% from 250); Green value is 148 (58.20% from 255 or 59.2% from 250); Blue value is 6 (2.73% from 255 or 2.4% from 250); Max value from RGB is 148 - color contains mainly: green. Hex color #609406 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #609406 is #9F6BF9. Grayscale: #747474. Windows color (decimal): -10447866 or 431200. OLE color: 431200.

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

Color convert

RGB 96 148 6 -
CMYK 0.35 0 0.96 0.42
HSL 81.97º 0.92% 0.3% -
HSV(B) 81.97º 0.96% 0.58% -
XYZ 15.45 23.68 3.93 -
YUV 116.26 65.77 113.55 -
System Red Green Blue C M Y K H S L
Decimal 96 148 6 0.35 0 0.96 0.42 81.97 0.92 0.3
Hex 60 94 6 23 0 60 2A 52 5C 1E
Octal 140 224 6 43 0 140 52 122 134 36
Binary 1100000 10010100 110 100011 0 1100000 101010 1010010 1011100 11110

Color Harmonies of #609406

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #609406

Black with #609406

Text Example


Text Example

White with #609406

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #609406; }

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

 H1.HeaderClassName
 {
   color: #609406;
 }
 .AnyTagClassName
 {
   color: #609406;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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