#598B0C

Color #598B0C Olive Drab (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Olive Drab #598B0C

Tints of Olive Drab #598B0C

Color information

#598B0C (or 0x598B0C) is unknown color: approx Olive Drab. HEX triplet: 59, 8B and 0C. RGB value is (89,139,12). Sum of RGB (Red+Green+Blue) = 89+139+12=240 (31% of max value = 765). Red value is 89 (35.16% from 255 or 37.08% from 240); Green value is 139 (54.69% from 255 or 57.92% from 240); Blue value is 12 (5.08% from 255 or 5% from 240); Max value from RGB is 139 - color contains mainly: green. Hex color #598B0C is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #598B0C is #A674F3. Grayscale: #6E6E6E. Windows color (decimal): -10908916 or 822105. OLE color: 822105.

HSL color Cylindrical-coordinate representation of color #598B0C: hue angle of 83.62º degrees, saturation: 0.84, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #598B0C is Cyan = 0.36, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.45.

Color convert

RGB8913912-
CMYK0.3600.910.45
HSL83.62º84.11%29.61%-
HSV(B)83.62º91.37%54.51%-
XYZ13.4220.623.62-
YUV109.5772.94113.33-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 37.08%
GREEN value IS 139 (54.69% from 255) = 57.92%
BLUE value IS 12 (5.08% from 255) = 5%
R=37.08%
G=57.92%
B=5%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal89139120.3600.910.4583.6284.1129.61
Hex598BC2405B2D54541e
Octal131213144401335512412436
Binary1011001100010111100100100010110111011011010100101010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #598B0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #598B0C; }

 p { color: rgb(89,139,12); }

 H1.HeaderClassName
 {
   color: #598B0C;
 }
 .AnyTagClassName
 {
   color: #598B0C;
 }
</style>
background-color css

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

 a { background-color: rgb(89,139,12); }

 div.DivClassName
 {
   background-color: #598B0C;
 }
 .BgClassName
 {
   background-color: #598B0C;
 }
</style>
border-color css

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

 span { border-color: rgb(89,139,12); }

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