Html Css Color HEX #609502 Olive Drab

📋 copy color: '#609502'

red 96 ◦ green 149 ◦ blue 2

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

Shades of Olive Drab #609502

Tints of Olive Drab #609502

RGB

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

 GREEN value IS 149 (58.59% from 255) = 60.32%

 BLUE value IS 2 (1.17% from 255) = 0.81%

R = 38.87%
G = 60.32%
B = 0.81%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.99

 K value IS 0.42

RGB Variations

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

Color information

#609502 (or 0x609502) is known color: Olive Drab. HEX triplet: 60, 95 and 02. RGB value is (96,149,2). Sum of RGB (Red+Green+Blue) = 96+149+2=247 (32% of max value = 765). Red value is 96 (37.89% from 255 or 38.87% from 247); Green value is 149 (58.59% from 255 or 60.32% from 247); Blue value is 2 (1.17% from 255 or 0.81% from 247); Max value from RGB is 149 - color contains mainly: green. Hex color #609502 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #609502 is #9F6AFD. Grayscale: #747474. Windows color (decimal): -10447614 or 169312. OLE color: 169312.

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

Color convert

RGB 96 149 2 -
CMYK 0.36 0 0.99 0.42
HSL 81.63º 0.97% 0.3% -
HSV(B) 81.63º 0.99% 0.58% -
XYZ 15.58 23.99 3.87 -
YUV 116.4 63.44 113.45 -
System Red Green Blue C M Y K H S L
Decimal 96 149 2 0.36 0 0.99 0.42 81.63 0.97 0.3
Hex 60 95 2 24 0 63 2A 52 61 1E
Octal 140 225 2 44 0 143 52 122 141 36
Binary 1100000 10010101 10 100100 0 1100011 101010 1010010 1100001 11110

Color Harmonies of #609502

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #609502

Black with #609502

Text Example


Text Example

White with #609502

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #609502; }

 p { color: rgb(96,149,2); }

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

background-color css

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

 a { background-color: rgb(96,149,2); }

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

border-color css

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

 span { border-color: rgb(96,149,2); }

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