Html Css Color HEX #599200 Olive Drab

📋 copy color: '#599200'

red 89 ◦ green 146 ◦ blue 0

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

Shades of Olive Drab #599200

Tints of Olive Drab #599200

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 37.87%
G = 62.13%
B = 0%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 1

 K value IS 0.43

RGB Variations

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

Color information

#599200 (or 0x599200) is known color: Olive Drab. HEX triplet: 59, 92 and 00. RGB value is (89,146,0). Sum of RGB (Red+Green+Blue) = 89+146+0=235 (31% of max value = 765). Red value is 89 (35.16% from 255 or 37.87% from 235); Green value is 146 (57.42% from 255 or 62.13% from 235); Blue value is 0 (0.39% from 255 or 0% from 235); Max value from RGB is 146 - color contains mainly: green. Hex color #599200 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #599200 is #A66DFF. Grayscale: #707070. Windows color (decimal): -10907136 or 37465. OLE color: 37465.

HSL color Cylindrical-coordinate representation of color #599200: hue angle of 83.42º degrees, saturation: 1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 1%. Process color model (Four color, CMYK) of #599200 is Cyan = 0.39, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.43.

Color convert

RGB 89 146 0 -
CMYK 0.39 0 1 0.43
HSL 83.42º 1% 0.29% -
HSV(B) 83.42º 1% 0.57% -
XYZ 14.4 22.68 3.62 -
YUV 112.31 64.62 111.37 -
System Red Green Blue C M Y K H S L
Decimal 89 146 0 0.39 0 1 0.43 83.42 1 0.29
Hex 59 92 0 27 0 64 2B 53 64 1D
Octal 131 222 0 47 0 144 53 123 144 35
Binary 1011001 10010010 0 100111 0 1100100 101011 1010011 1100100 11101

Color Harmonies of #599200

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #599200

Black with #599200

Text Example


Text Example

White with #599200

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #599200; }

 p { color: rgb(89,146,0); }

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

background-color css

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

 a { background-color: rgb(89,146,0); }

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

border-color css

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

 span { border-color: rgb(89,146,0); }

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