#5F8D05

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

Shades of Olive Drab #5F8D05

Tints of Olive Drab #5F8D05

Color information

#5F8D05 (or 0x5F8D05) is unknown color: approx Olive Drab. HEX triplet: 5F, 8D and 05. RGB value is (95,141,5). Sum of RGB (Red+Green+Blue) = 95+141+5=241 (31% of max value = 765). Red value is 95 (37.5% from 255 or 39.42% from 241); Green value is 141 (55.47% from 255 or 58.51% from 241); Blue value is 5 (2.34% from 255 or 2.07% from 241); Max value from RGB is 141 - color contains mainly: green. Hex color #5F8D05 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5F8D05 is #A072FA. Grayscale: #707070. Windows color (decimal): -10515195 or 363871. OLE color: 363871.

HSL color Cylindrical-coordinate representation of color #5F8D05: hue angle of 80.29º degrees, saturation: 0.93, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #5F8D05 is Cyan = 0.33, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.45.

Color convert

RGB951415-
CMYK0.3300.960.45
HSL80.29º93.15%28.63%-
HSV(B)80.29º96.45%55.29%-
XYZ14.2721.493.54-
YUV111.7467.76116.06-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 39.42%
GREEN value IS 141 (55.47% from 255) = 58.51%
BLUE value IS 5 (2.34% from 255) = 2.07%
R=39.42%
G=58.51%
B=2.07%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal9514150.3300.960.4580.2993.1528.63
Hex5F8D5210602D505d1d
Octal13721554101405512013535
Binary101111110001101101100001011000001011011010000101110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F8D05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,141,5); }

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

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

 a { background-color: rgb(95,141,5); }

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

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

 span { border-color: rgb(95,141,5); }

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