Html Css Color HEX #609805 Olive Drab

📋 copy color: '#609805'

red 96 ◦ green 152 ◦ blue 5

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

Shades of Olive Drab #609805

Tints of Olive Drab #609805

RGB

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

 GREEN value IS 152 (59.77% from 255) = 60.08%

 BLUE value IS 5 (2.34% from 255) = 1.98%

R = 37.94%
G = 60.08%
B = 1.98%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.97

 K value IS 0.40

RGB Variations

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

Color information

#609805 (or 0x609805) is known color: Olive Drab. HEX triplet: 60, 98 and 05. RGB value is (96,152,5). Sum of RGB (Red+Green+Blue) = 96+152+5=253 (33% of max value = 765). Red value is 96 (37.89% from 255 or 37.94% from 253); Green value is 152 (59.77% from 255 or 60.08% from 253); Blue value is 5 (2.34% from 255 or 1.98% from 253); Max value from RGB is 152 - color contains mainly: green. Hex color #609805 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #609805 is #9F67FA. Grayscale: #777777. Windows color (decimal): -10446843 or 366688. OLE color: 366688.

HSL color Cylindrical-coordinate representation of color #609805: hue angle of 82.86º degrees, saturation: 0.94, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #609805 is Cyan = 0.37, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.40.

Color convert

RGB 96 152 5 -
CMYK 0.37 0 0.97 0.40
HSL 82.86º 0.94% 0.31% -
HSV(B) 82.86º 0.97% 0.6% -
XYZ 16.08 24.95 4.11 -
YUV 118.5 63.95 111.95 -
System Red Green Blue C M Y K H S L
Decimal 96 152 5 0.37 0 0.97 0.40 82.86 0.94 0.31
Hex 60 98 5 25 0 61 28 53 5E 1F
Octal 140 230 5 45 0 141 50 123 136 37
Binary 1100000 10011000 101 100101 0 1100001 101000 1010011 1011110 11111

Color Harmonies of #609805

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #609805

Black with #609805

Text Example


Text Example

White with #609805

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #609805; }

 p { color: rgb(96,152,5); }

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

background-color css

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

 a { background-color: rgb(96,152,5); }

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

border-color css

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

 span { border-color: rgb(96,152,5); }

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