Html Css Color HEX #609002 Olive Drab

📋 copy color: '#609002'

red 96 ◦ green 144 ◦ blue 2

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

Shades of Olive Drab #609002

Tints of Olive Drab #609002

RGB

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

 GREEN value IS 144 (56.64% from 255) = 59.5%

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

R = 39.67%
G = 59.5%
B = 0.83%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.99

 K value IS 0.44

RGB Variations

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

Color information

#609002 (or 0x609002) is known color: Olive Drab. HEX triplet: 60, 90 and 02. RGB value is (96,144,2). Sum of RGB (Red+Green+Blue) = 96+144+2=242 (32% of max value = 765). Red value is 96 (37.89% from 255 or 39.67% from 242); Green value is 144 (56.64% from 255 or 59.50% from 242); Blue value is 2 (1.17% from 255 or 0.83% from 242); Max value from RGB is 144 - color contains mainly: green. Hex color #609002 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #609002 is #9F6FFD. Grayscale: #717171. Windows color (decimal): -10448894 or 168032. OLE color: 168032.

HSL color Cylindrical-coordinate representation of color #609002: hue angle of 80.28º degrees, saturation: 0.97, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #609002 is Cyan = 0.33, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.44.

Color convert

RGB 96 144 2 -
CMYK 0.33 0 0.99 0.44
HSL 80.28º 0.97% 0.29% -
HSV(B) 80.28º 0.99% 0.56% -
XYZ 14.81 22.44 3.61 -
YUV 113.46 65.1 115.55 -
System Red Green Blue C M Y K H S L
Decimal 96 144 2 0.33 0 0.99 0.44 80.28 0.97 0.29
Hex 60 90 2 21 0 63 2C 50 61 1D
Octal 140 220 2 41 0 143 54 120 141 35
Binary 1100000 10010000 10 100001 0 1100011 101100 1010000 1100001 11101

Color Harmonies of #609002

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #609002

Black with #609002

Text Example


Text Example

White with #609002

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #609002; }

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

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

background-color css

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

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

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

border-color css

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

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

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