Html Css Color HEX #599100 Olive Drab

📋 copy color: '#599100'

red 89 ◦ green 145 ◦ blue 0

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

Shades of Olive Drab #599100

Tints of Olive Drab #599100

RGB

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

 GREEN value IS 145 (57.03% from 255) = 61.97%

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

R = 38.03%
G = 61.97%
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

#599100 (or 0x599100) is known color: Olive Drab. HEX triplet: 59, 91 and 00. RGB value is (89,145,0). Sum of RGB (Red+Green+Blue) = 89+145+0=234 (30% of max value = 765). Red value is 89 (35.16% from 255 or 38.03% from 234); Green value is 145 (57.03% from 255 or 61.97% from 234); Blue value is 0 (0.39% from 255 or 0% from 234); Max value from RGB is 145 - color contains mainly: green. Hex color #599100 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #599100 is #A66EFF. Grayscale: #707070. Windows color (decimal): -10907392 or 37209. OLE color: 37209.

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

Color convert

RGB 89 145 0 -
CMYK 0.39 0 1 0.43
HSL 83.17º 1% 0.28% -
HSV(B) 83.17º 1% 0.57% -
XYZ 14.25 22.37 3.57 -
YUV 111.73 64.95 111.79 -
System Red Green Blue C M Y K H S L
Decimal 89 145 0 0.39 0 1 0.43 83.17 1 0.28
Hex 59 91 0 27 0 64 2B 53 64 1C
Octal 131 221 0 47 0 144 53 123 144 34
Binary 1011001 10010001 0 100111 0 1100100 101011 1010011 1100100 11100

Color Harmonies of #599100

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #599100

Black with #599100

Text Example


Text Example

White with #599100

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #599100; }

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

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

background-color css

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

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

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

border-color css

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

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

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