Html Css Color HEX #599201 Olive Drab

📋 copy color: '#599201'

red 89 ◦ green 146 ◦ blue 1

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

Shades of Olive Drab #599201

Tints of Olive Drab #599201

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.42%

R = 37.71%
G = 61.86%
B = 0.42%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.99

 K value IS 0.43

RGB Variations

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

Color information

#599201 (or 0x599201) is known color: Olive Drab. HEX triplet: 59, 92 and 01. RGB value is (89,146,1). Sum of RGB (Red+Green+Blue) = 89+146+1=236 (31% of max value = 765). Red value is 89 (35.16% from 255 or 37.71% from 236); Green value is 146 (57.42% from 255 or 61.86% from 236); Blue value is 1 (0.78% from 255 or 0.42% from 236); Max value from RGB is 146 - color contains mainly: green. Hex color #599201 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #599201 is #A66DFE. Grayscale: #707070. Windows color (decimal): -10907135 or 103001. OLE color: 103001.

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

Color convert

RGB 89 146 1 -
CMYK 0.39 0 0.99 0.43
HSL 83.59º 0.99% 0.29% -
HSV(B) 83.59º 0.99% 0.57% -
XYZ 14.4 22.68 3.65 -
YUV 112.43 65.12 111.29 -
System Red Green Blue C M Y K H S L
Decimal 89 146 1 0.39 0 0.99 0.43 83.59 0.99 0.29
Hex 59 92 1 27 0 63 2B 54 63 1D
Octal 131 222 1 47 0 143 53 124 143 35
Binary 1011001 10010010 1 100111 0 1100011 101011 1010100 1100011 11101

Color Harmonies of #599201

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #599201

Black with #599201

Text Example


Text Example

White with #599201

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #599201; }

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

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

background-color css

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

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

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

border-color css

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

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

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