Html Css Color HEX #599001 Olive Drab

📋 copy color: '#599001'

red 89 ◦ green 144 ◦ blue 1

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

Shades of Olive Drab #599001

Tints of Olive Drab #599001

RGB

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

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

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

R = 38.03%
G = 61.54%
B = 0.43%

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

#599001 (or 0x599001) is known color: Olive Drab. HEX triplet: 59, 90 and 01. RGB value is (89,144,1). Sum of RGB (Red+Green+Blue) = 89+144+1=234 (30% of max value = 765). Red value is 89 (35.16% from 255 or 38.03% from 234); Green value is 144 (56.64% from 255 or 61.54% from 234); Blue value is 1 (0.78% from 255 or 0.43% from 234); Max value from RGB is 144 - color contains mainly: green. Hex color #599001 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #599001 is #A66FFE. Grayscale: #6F6F6F. Windows color (decimal): -10907647 or 102489. OLE color: 102489.

HSL color Cylindrical-coordinate representation of color #599001: hue angle of 83.08º degrees, saturation: 0.99, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #599001 is Cyan = 0.38, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.44.

Color convert

RGB 89 144 1 -
CMYK 0.38 0 0.99 0.44
HSL 83.08º 0.99% 0.28% -
HSV(B) 83.08º 0.99% 0.56% -
XYZ 14.1 22.07 3.55 -
YUV 111.25 65.78 112.13 -
System Red Green Blue C M Y K H S L
Decimal 89 144 1 0.38 0 0.99 0.44 83.08 0.99 0.28
Hex 59 90 1 26 0 63 2C 53 63 1C
Octal 131 220 1 46 0 143 54 123 143 34
Binary 1011001 10010000 1 100110 0 1100011 101100 1010011 1100011 11100

Color Harmonies of #599001

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #599001

Black with #599001

Text Example


Text Example

White with #599001

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #599001; }

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

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

background-color css

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

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

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

border-color css

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

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

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