Shades of Olive #6F8205
Tints of Olive #6F8205
RGB
CMYK
RGB Variations
Color information
#6F8205 (or 0x6F8205) is known color: Olive. HEX triplet: 6F, 82 and 05. RGB value is (111,130,5). Sum of RGB (Red+Green+Blue) = 111+130+5=246 (32% of max value = 765). Red value is 111 (43.75% from 255 or 45.12% from 246); Green value is 130 (51.17% from 255 or 52.85% from 246); Blue value is 5 (2.34% from 255 or 2.03% from 246); Max value from RGB is 130 - color contains mainly: green. Hex color #6F8205 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6F8205 is #907DFA. Grayscale: #6E6E6E. Windows color (decimal): -9469435 or 361071. OLE color: 361071.
HSL color Cylindrical-coordinate representation of color #6F8205: hue angle of 69.12º degrees, saturation: 0.93, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #6F8205 is Cyan = 0.15, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 111 | 130 | 5 | - |
| CMYK | 0.15 | 0 | 0.96 | 0.49 |
| HSL | 69.12º | 0.93% | 0.26% | - |
| HSV(B) | 69.12º | 0.96% | 0.51% | - |
| XYZ | 14.57 | 19.36 | 3.11 | - |
| YUV | 110.07 | 68.71 | 128.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 130 | 5 | 0.15 | 0 | 0.96 | 0.49 | 69.12 | 0.93 | 0.26 |
| Hex | 6F | 82 | 5 | F | 0 | 60 | 31 | 45 | 5D | 1A |
| Octal | 157 | 202 | 5 | 17 | 0 | 140 | 61 | 105 | 135 | 32 |
| Binary | 1101111 | 10000010 | 101 | 1111 | 0 | 1100000 | 110001 | 1000101 | 1011101 | 11010 |
Color Harmonies of #6F8205
Complementary color
Monochromatic Colors of #6F8205
Black with #6F8205
Text Example
Text Example
White with #6F8205
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F8205; }
p { color: rgb(111,130,5); }
H1.HeaderClassName
{
color: #6F8205;
}
.AnyTagClassName
{
color: #6F8205;
}
</style>
background-color css
<style>
a { background-color: #6F8205; }
a { background-color: rgb(111,130,5); }
div.DivClassName
{
background-color: #6F8205;
}
.BgClassName
{
background-color: #6F8205;
}
</style>
border-color css
<style>
span { border-color: #6F8205; }
span { border-color: rgb(111,130,5); }
td.TdClassName
{
border-color: #6F8205;
}
.TagClassName
{
border-color: #6F8205;
}
</style>