Html Css Color HEX #599101 Olive Drab

📋 copy color: '#599101'

red 89 ◦ green 145 ◦ blue 1

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

Shades of Olive Drab #599101

Tints of Olive Drab #599101

RGB

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

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

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

R = 37.87%
G = 61.7%
B = 0.43%

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

#599101 (or 0x599101) is known color: Olive Drab. HEX triplet: 59, 91 and 01. RGB value is (89,145,1). Sum of RGB (Red+Green+Blue) = 89+145+1=235 (31% of max value = 765). Red value is 89 (35.16% from 255 or 37.87% from 235); Green value is 145 (57.03% from 255 or 61.70% from 235); Blue value is 1 (0.78% from 255 or 0.43% from 235); Max value from RGB is 145 - color contains mainly: green. Hex color #599101 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #599101 is #A66EFE. Grayscale: #707070. Windows color (decimal): -10907391 or 102745. OLE color: 102745.

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

Color convert

RGB 89 145 1 -
CMYK 0.39 0 0.99 0.43
HSL 83.33º 0.99% 0.29% -
HSV(B) 83.33º 0.99% 0.57% -
XYZ 14.25 22.38 3.6 -
YUV 111.84 65.45 111.71 -
System Red Green Blue C M Y K H S L
Decimal 89 145 1 0.39 0 0.99 0.43 83.33 0.99 0.29
Hex 59 91 1 27 0 63 2B 53 63 1D
Octal 131 221 1 47 0 143 53 123 143 35
Binary 1011001 10010001 1 100111 0 1100011 101011 1010011 1100011 11101

Color Harmonies of #599101

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #599101

Black with #599101

Text Example


Text Example

White with #599101

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #599101; }

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

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

background-color css

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

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

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

border-color css

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

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

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