Shades of Olive Drab #5F8305
Tints of Olive Drab #5F8305
RGB
CMYK
RGB Variations
Color information
#5F8305 (or 0x5F8305) is known color: Olive Drab. HEX triplet: 5F, 83 and 05. RGB value is (95,131,5). Sum of RGB (Red+Green+Blue) = 95+131+5=231 (30% of max value = 765). Red value is 95 (37.5% from 255 or 41.13% from 231); Green value is 131 (51.56% from 255 or 56.71% from 231); Blue value is 5 (2.34% from 255 or 2.16% from 231); Max value from RGB is 131 - color contains mainly: green. Hex color #5F8305 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5F8305 is #A07CFA. Grayscale: #6A6A6A. Windows color (decimal): -10517755 or 361311. OLE color: 361311.
HSL color Cylindrical-coordinate representation of color #5F8305: hue angle of 77.14º degrees, saturation: 0.93, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #5F8305 is Cyan = 0.27, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 95 | 131 | 5 | - |
| CMYK | 0.27 | 0 | 0.96 | 0.49 |
| HSL | 77.14º | 0.93% | 0.27% | - |
| HSV(B) | 77.14º | 0.96% | 0.51% | - |
| XYZ | 12.86 | 18.68 | 3.07 | - |
| YUV | 105.87 | 71.07 | 120.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 131 | 5 | 0.27 | 0 | 0.96 | 0.49 | 77.14 | 0.93 | 0.27 |
| Hex | 5F | 83 | 5 | 1B | 0 | 60 | 31 | 4D | 5D | 1B |
| Octal | 137 | 203 | 5 | 33 | 0 | 140 | 61 | 115 | 135 | 33 |
| Binary | 1011111 | 10000011 | 101 | 11011 | 0 | 1100000 | 110001 | 1001101 | 1011101 | 11011 |
Color Harmonies of #5F8305
Complementary color
Monochromatic Colors of #5F8305
Black with #5F8305
Text Example
Text Example
White with #5F8305
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F8305; }
p { color: rgb(95,131,5); }
H1.HeaderClassName
{
color: #5F8305;
}
.AnyTagClassName
{
color: #5F8305;
}
</style>
background-color css
<style>
a { background-color: #5F8305; }
a { background-color: rgb(95,131,5); }
div.DivClassName
{
background-color: #5F8305;
}
.BgClassName
{
background-color: #5F8305;
}
</style>
border-color css
<style>
span { border-color: #5F8305; }
span { border-color: rgb(95,131,5); }
td.TdClassName
{
border-color: #5F8305;
}
.TagClassName
{
border-color: #5F8305;
}
</style>