Html Css Color HEX #599002 Olive Drab

📋 copy color: '#599002'

red 89 ◦ green 144 ◦ blue 2

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

Shades of Olive Drab #599002

Tints of Olive Drab #599002

RGB

 RED value IS 89 (35.16% from 255) = 37.87%

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

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

R = 37.87%
G = 61.28%
B = 0.85%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.99

 K value IS 0.44

RGB Variations

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

Color information

#599002 (or 0x599002) is known color: Olive Drab. HEX triplet: 59, 90 and 02. RGB value is (89,144,2). Sum of RGB (Red+Green+Blue) = 89+144+2=235 (31% of max value = 765). Red value is 89 (35.16% from 255 or 37.87% from 235); Green value is 144 (56.64% from 255 or 61.28% from 235); Blue value is 2 (1.17% from 255 or 0.85% from 235); Max value from RGB is 144 - color contains mainly: green. Hex color #599002 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #599002 is #A66FFD. Grayscale: #6F6F6F. Windows color (decimal): -10907646 or 168025. OLE color: 168025.

HSL color Cylindrical-coordinate representation of color #599002: hue angle of 83.24º 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 #599002 is Cyan = 0.38, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.44.

Color convert

RGB 89 144 2 -
CMYK 0.38 0 0.99 0.44
HSL 83.24º 0.97% 0.29% -
HSV(B) 83.24º 0.99% 0.56% -
XYZ 14.1 22.07 3.57 -
YUV 111.37 66.28 112.05 -
System Red Green Blue C M Y K H S L
Decimal 89 144 2 0.38 0 0.99 0.44 83.24 0.97 0.29
Hex 59 90 2 26 0 63 2C 53 61 1D
Octal 131 220 2 46 0 143 54 123 141 35
Binary 1011001 10010000 10 100110 0 1100011 101100 1010011 1100001 11101

Color Harmonies of #599002

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #599002

Black with #599002

Text Example


Text Example

White with #599002

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #599002; }

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

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

background-color css

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

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

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

border-color css

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

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

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