#5F821E

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

Shades of Olive Drab #5F821E

Tints of Olive Drab #5F821E

Color information

#5F821E (or 0x5F821E) is unknown color: approx Olive Drab. HEX triplet: 5F, 82 and 1E. RGB value is (95,130,30). Sum of RGB (Red+Green+Blue) = 95+130+30=255 (33% of max value = 765). Red value is 95 (37.5% from 255 or 37.25% from 255); Green value is 130 (51.17% from 255 or 50.98% from 255); Blue value is 30 (12.11% from 255 or 11.76% from 255); Max value from RGB is 130 - color contains mainly: green. Hex color #5F821E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5F821E is #A07DE1. Grayscale: #6C6C6C. Windows color (decimal): -10517986 or 1999455. OLE color: 1999455.

HSL color Cylindrical-coordinate representation of color #5F821E: hue angle of 81º degrees, saturation: 0.62, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #5F821E is Cyan = 0.27, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.49.

Color convert

RGB9513030-
CMYK0.2700.770.49
HSL81º62.5%31.37%-
HSV(B)81º76.92%50.98%-
XYZ12.9418.494.12-
YUV108.1483.9118.63-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 37.25%
GREEN value IS 130 (51.17% from 255) = 50.98%
BLUE value IS 30 (12.11% from 255) = 11.76%
R=37.25%
G=50.98%
B=11.76%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal95130300.2700.770.498162.531.37
Hex5F821E1B04D31513e1f
Octal13720236330115611217637
Binary101111110000010111101101101001101110001101000111111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F821E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,130,30); }

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

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

 a { background-color: rgb(95,130,30); }

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

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

 span { border-color: rgb(95,130,30); }

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