Html Css Color HEX #598010 Olive Drab

📋 copy color: '#598010'

red 89 ◦ green 128 ◦ blue 16

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

Shades of Olive Drab #598010

Tints of Olive Drab #598010

RGB

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

 GREEN value IS 128 (50.39% from 255) = 54.94%

 BLUE value IS 16 (6.64% from 255) = 6.87%

R = 38.2%
G = 54.94%
B = 6.87%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.88

 K value IS 0.50

RGB Variations

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

Color information

#598010 (or 0x598010) is known color: Olive Drab. HEX triplet: 59, 80 and 10. RGB value is (89,128,16). Sum of RGB (Red+Green+Blue) = 89+128+16=233 (30% of max value = 765). Red value is 89 (35.16% from 255 or 38.20% from 233); Green value is 128 (50.39% from 255 or 54.94% from 233); Blue value is 16 (6.64% from 255 or 6.87% from 233); Max value from RGB is 128 - color contains mainly: green. Hex color #598010 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #598010 is #A67FEF. Grayscale: #676767. Windows color (decimal): -10911728 or 1081433. OLE color: 1081433.

HSL color Cylindrical-coordinate representation of color #598010: hue angle of 80.89º degrees, saturation: 0.78, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #598010 is Cyan = 0.30, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.50.

Color convert

RGB 89 128 16 -
CMYK 0.30 0 0.88 0.50
HSL 80.89º 0.78% 0.28% -
HSV(B) 80.89º 0.88% 0.5% -
XYZ 11.93 17.6 3.26 -
YUV 103.57 78.58 117.61 -
System Red Green Blue C M Y K H S L
Decimal 89 128 16 0.30 0 0.88 0.50 80.89 0.78 0.28
Hex 59 80 10 1E 0 58 32 51 4E 1C
Octal 131 200 20 36 0 130 62 121 116 34
Binary 1011001 10000000 10000 11110 0 1011000 110010 1010001 1001110 11100

Color Harmonies of #598010

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #598010

Black with #598010

Text Example


Text Example

White with #598010

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #598010; }

 p { color: rgb(89,128,16); }

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

background-color css

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

 a { background-color: rgb(89,128,16); }

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

border-color css

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

 span { border-color: rgb(89,128,16); }

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