#5F8513

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

Shades of Olive Drab #5F8513

Tints of Olive Drab #5F8513

Color information

#5F8513 (or 0x5F8513) is unknown color: approx Olive Drab. HEX triplet: 5F, 85 and 13. RGB value is (95,133,19). Sum of RGB (Red+Green+Blue) = 95+133+19=247 (32% of max value = 765). Red value is 95 (37.5% from 255 or 38.46% from 247); Green value is 133 (52.34% from 255 or 53.85% from 247); Blue value is 19 (7.81% from 255 or 7.69% from 247); Max value from RGB is 133 - color contains mainly: green. Hex color #5F8513 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5F8513 is #A07AEC. Grayscale: #6D6D6D. Windows color (decimal): -10517229 or 1279327. OLE color: 1279327.

HSL color Cylindrical-coordinate representation of color #5F8513: hue angle of 80º degrees, saturation: 0.75, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #5F8513 is Cyan = 0.29, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.48.

Color convert

RGB9513319-
CMYK0.2900.860.48
HSL80º75%29.8%-
HSV(B)80º85.71%52.16%-
XYZ13.2219.253.64-
YUV108.6477.41118.27-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 38.46%
GREEN value IS 133 (52.34% from 255) = 53.85%
BLUE value IS 19 (7.81% from 255) = 7.69%
R=38.46%
G=53.85%
B=7.69%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal95133190.2900.860.48807529.8
Hex5F85131D05630504b1e
Octal137205233501266012011336
Binary1011111100001011001111101010101101100001010000100101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F8513

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5F8513; }

 p { color: rgb(95,133,19); }

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

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

 a { background-color: rgb(95,133,19); }

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

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

 span { border-color: rgb(95,133,19); }

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