#5F8221

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

Shades of Olive Drab #5F8221

Tints of Olive Drab #5F8221

Color information

#5F8221 (or 0x5F8221) is unknown color: approx Olive Drab. HEX triplet: 5F, 82 and 21. RGB value is (95,130,33). Sum of RGB (Red+Green+Blue) = 95+130+33=258 (34% of max value = 765). Red value is 95 (37.5% from 255 or 36.82% from 258); Green value is 130 (51.17% from 255 or 50.39% from 258); Blue value is 33 (13.28% from 255 or 12.79% from 258); Max value from RGB is 130 - color contains mainly: green. Hex color #5F8221 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5F8221 is #A07DDE. Grayscale: #6C6C6C. Windows color (decimal): -10517983 or 2196063. OLE color: 2196063.

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

Color convert

RGB9513033-
CMYK0.2700.750.49
HSL81.65º59.51%31.96%-
HSV(B)81.65º74.62%50.98%-
XYZ12.9818.514.33-
YUV108.4885.4118.39-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 36.82%
GREEN value IS 130 (51.17% from 255) = 50.39%
BLUE value IS 33 (13.28% from 255) = 12.79%
R=36.82%
G=50.39%
B=12.79%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal95130330.2700.750.4981.6559.5131.96
Hex5F82211B04B31523c20
Octal13720241330113611227440
Binary10111111000001010000111011010010111100011010010111100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F8221

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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