#5F8321

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

Shades of Olive Drab #5F8321

Tints of Olive Drab #5F8321

Color information

#5F8321 (or 0x5F8321) is unknown color: approx Olive Drab. HEX triplet: 5F, 83 and 21. RGB value is (95,131,33). Sum of RGB (Red+Green+Blue) = 95+131+33=259 (34% of max value = 765). Red value is 95 (37.5% from 255 or 36.68% from 259); Green value is 131 (51.56% from 255 or 50.58% from 259); Blue value is 33 (13.28% from 255 or 12.74% from 259); Max value from RGB is 131 - color contains mainly: green. Hex color #5F8321 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5F8321 is #A07CDE. Grayscale: #6D6D6D. Windows color (decimal): -10517727 or 2196319. OLE color: 2196319.

HSL color Cylindrical-coordinate representation of color #5F8321: hue angle of 82.04º 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 #5F8321 is Cyan = 0.27, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.49.

Color convert

RGB9513133-
CMYK0.2700.750.49
HSL82.04º59.76%32.16%-
HSV(B)82.04º74.81%51.37%-
XYZ13.1118.784.37-
YUV109.0685.07117.97-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 36.68%
GREEN value IS 131 (51.56% from 255) = 50.58%
BLUE value IS 33 (13.28% from 255) = 12.74%
R=36.68%
G=50.58%
B=12.74%

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
Decimal95131330.2700.750.4982.0459.7632.16
Hex5F83211B04B31523c20
Octal13720341330113611227440
Binary10111111000001110000111011010010111100011010010111100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F8321

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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