Shades of Olive Drab #5F8A05
Tints of Olive Drab #5F8A05
RGB
CMYK
RGB Variations
Color information
#5F8A05 (or 0x5F8A05) is known color: Olive Drab. HEX triplet: 5F, 8A and 05. RGB value is (95,138,5). Sum of RGB (Red+Green+Blue) = 95+138+5=238 (31% of max value = 765). Red value is 95 (37.5% from 255 or 39.92% from 238); Green value is 138 (54.30% from 255 or 57.98% from 238); Blue value is 5 (2.34% from 255 or 2.10% from 238); Max value from RGB is 138 - color contains mainly: green. Hex color #5F8A05 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5F8A05 is #A075FA. Grayscale: #6E6E6E. Windows color (decimal): -10515963 or 363103. OLE color: 363103.
HSL color Cylindrical-coordinate representation of color #5F8A05: hue angle of 79.4º degrees, saturation: 0.93, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #5F8A05 is Cyan = 0.31, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 95 | 138 | 5 | - |
| CMYK | 0.31 | 0 | 0.96 | 0.46 |
| HSL | 79.4º | 0.93% | 0.28% | - |
| HSV(B) | 79.4º | 0.96% | 0.54% | - |
| XYZ | 13.84 | 20.62 | 3.39 | - |
| YUV | 109.98 | 68.75 | 117.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 138 | 5 | 0.31 | 0 | 0.96 | 0.46 | 79.4 | 0.93 | 0.28 |
| Hex | 5F | 8A | 5 | 1F | 0 | 60 | 2E | 4F | 5D | 1C |
| Octal | 137 | 212 | 5 | 37 | 0 | 140 | 56 | 117 | 135 | 34 |
| Binary | 1011111 | 10001010 | 101 | 11111 | 0 | 1100000 | 101110 | 1001111 | 1011101 | 11100 |
Color Harmonies of #5F8A05
Complementary color
Monochromatic Colors of #5F8A05
Black with #5F8A05
Text Example
Text Example
White with #5F8A05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F8A05; }
p { color: rgb(95,138,5); }
H1.HeaderClassName
{
color: #5F8A05;
}
.AnyTagClassName
{
color: #5F8A05;
}
</style>
background-color css
<style>
a { background-color: #5F8A05; }
a { background-color: rgb(95,138,5); }
div.DivClassName
{
background-color: #5F8A05;
}
.BgClassName
{
background-color: #5F8A05;
}
</style>
border-color css
<style>
span { border-color: #5F8A05; }
span { border-color: rgb(95,138,5); }
td.TdClassName
{
border-color: #5F8A05;
}
.TagClassName
{
border-color: #5F8A05;
}
</style>