Html Css Color HEX #609205 Olive Drab

📋 copy color: '#609205'

red 96 ◦ green 146 ◦ blue 5

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

Shades of Olive Drab #609205

Tints of Olive Drab #609205

RGB

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

 GREEN value IS 146 (57.42% from 255) = 59.11%

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

R = 38.87%
G = 59.11%
B = 2.02%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.97

 K value IS 0.43

RGB Variations

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

Color information

#609205 (or 0x609205) is known color: Olive Drab. HEX triplet: 60, 92 and 05. RGB value is (96,146,5). Sum of RGB (Red+Green+Blue) = 96+146+5=247 (32% of max value = 765). Red value is 96 (37.89% from 255 or 38.87% from 247); Green value is 146 (57.42% from 255 or 59.11% from 247); Blue value is 5 (2.34% from 255 or 2.02% from 247); Max value from RGB is 146 - color contains mainly: green. Hex color #609205 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #609205 is #9F6DFA. Grayscale: #737373. Windows color (decimal): -10448379 or 365152. OLE color: 365152.

HSL color Cylindrical-coordinate representation of color #609205: hue angle of 81.28º degrees, saturation: 0.93, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #609205 is Cyan = 0.34, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.43.

Color convert

RGB 96 146 5 -
CMYK 0.34 0 0.97 0.43
HSL 81.28º 0.93% 0.3% -
HSV(B) 81.28º 0.97% 0.57% -
XYZ 15.13 23.06 3.8 -
YUV 114.98 65.94 114.46 -
System Red Green Blue C M Y K H S L
Decimal 96 146 5 0.34 0 0.97 0.43 81.28 0.93 0.3
Hex 60 92 5 22 0 61 2B 51 5D 1E
Octal 140 222 5 42 0 141 53 121 135 36
Binary 1100000 10010010 101 100010 0 1100001 101011 1010001 1011101 11110

Color Harmonies of #609205

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #609205

Black with #609205

Text Example


Text Example

White with #609205

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #609205; }

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

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

background-color css

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

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

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

border-color css

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

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

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