Html Css Color HEX #608409 Olive Drab

📋 copy color: '#608409'

red 96 ◦ green 132 ◦ blue 9

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

Shades of Olive Drab #608409

Tints of Olive Drab #608409

RGB

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

 GREEN value IS 132 (51.95% from 255) = 55.7%

 BLUE value IS 9 (3.91% from 255) = 3.8%

R = 40.51%
G = 55.7%
B = 3.8%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.93

 K value IS 0.48

RGB Variations

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

Color information

#608409 (or 0x608409) is known color: Olive Drab. HEX triplet: 60, 84 and 09. RGB value is (96,132,9). Sum of RGB (Red+Green+Blue) = 96+132+9=237 (31% of max value = 765). Red value is 96 (37.89% from 255 or 40.51% from 237); Green value is 132 (51.95% from 255 or 55.70% from 237); Blue value is 9 (3.91% from 255 or 3.80% from 237); Max value from RGB is 132 - color contains mainly: green. Hex color #608409 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #608409 is #9F7BF6. Grayscale: #6B6B6B. Windows color (decimal): -10451959 or 623712. OLE color: 623712.

HSL color Cylindrical-coordinate representation of color #608409: hue angle of 77.56º degrees, saturation: 0.87, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #608409 is Cyan = 0.27, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.48.

Color convert

RGB 96 132 9 -
CMYK 0.27 0 0.93 0.48
HSL 77.56º 0.87% 0.28% -
HSV(B) 77.56º 0.93% 0.52% -
XYZ 13.12 19.01 3.24 -
YUV 107.21 72.57 120 -
System Red Green Blue C M Y K H S L
Decimal 96 132 9 0.27 0 0.93 0.48 77.56 0.87 0.28
Hex 60 84 9 1B 0 5D 30 4E 57 1C
Octal 140 204 11 33 0 135 60 116 127 34
Binary 1100000 10000100 1001 11011 0 1011101 110000 1001110 1010111 11100

Color Harmonies of #608409

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #608409

Black with #608409

Text Example


Text Example

White with #608409

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #608409; }

 p { color: rgb(96,132,9); }

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

background-color css

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

 a { background-color: rgb(96,132,9); }

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

border-color css

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

 span { border-color: rgb(96,132,9); }

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