#5F821A

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

Shades of Olive Drab #5F821A

Tints of Olive Drab #5F821A

Color information

#5F821A (or 0x5F821A) is unknown color: approx Olive Drab. HEX triplet: 5F, 82 and 1A. RGB value is (95,130,26). Sum of RGB (Red+Green+Blue) = 95+130+26=251 (33% of max value = 765). Red value is 95 (37.5% from 255 or 37.85% from 251); Green value is 130 (51.17% from 255 or 51.79% from 251); Blue value is 26 (10.55% from 255 or 10.36% from 251); Max value from RGB is 130 - color contains mainly: green. Hex color #5F821A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5F821A is #A07DE5. Grayscale: #6C6C6C. Windows color (decimal): -10517990 or 1737311. OLE color: 1737311.

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

Color convert

RGB9513026-
CMYK0.2700.80.49
HSL80.19º66.67%30.59%-
HSV(B)80.19º80%50.98%-
XYZ12.8918.473.86-
YUV107.6881.9118.96-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 37.85%
GREEN value IS 130 (51.17% from 255) = 51.79%
BLUE value IS 26 (10.55% from 255) = 10.36%
R=37.85%
G=51.79%
B=10.36%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.8
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal95130260.2700.80.4980.1966.6730.59
Hex5F821A1B0503150431f
Octal137202323301206112010337
Binary1011111100000101101011011010100001100011010000100001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F821A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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