Shades of Olive #6F8106
Tints of Olive #6F8106
RGB
CMYK
RGB Variations
Color information
#6F8106 (or 0x6F8106) is known color: Olive. HEX triplet: 6F, 81 and 06. RGB value is (111,129,6). Sum of RGB (Red+Green+Blue) = 111+129+6=246 (32% of max value = 765). Red value is 111 (43.75% from 255 or 45.12% from 246); Green value is 129 (50.78% from 255 or 52.44% from 246); Blue value is 6 (2.73% from 255 or 2.44% from 246); Max value from RGB is 129 - color contains mainly: green. Hex color #6F8106 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6F8106 is #907EF9. Grayscale: #6E6E6E. Windows color (decimal): -9469690 or 426351. OLE color: 426351.
HSL color Cylindrical-coordinate representation of color #6F8106: hue angle of 68.78º degrees, saturation: 0.91, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #6F8106 is Cyan = 0.14, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 111 | 129 | 6 | - |
| CMYK | 0.14 | 0 | 0.95 | 0.49 |
| HSL | 68.78º | 0.91% | 0.26% | - |
| HSV(B) | 68.78º | 0.95% | 0.51% | - |
| XYZ | 14.44 | 19.09 | 3.1 | - |
| YUV | 109.6 | 69.54 | 129 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 129 | 6 | 0.14 | 0 | 0.95 | 0.49 | 68.78 | 0.91 | 0.26 |
| Hex | 6F | 81 | 6 | E | 0 | 5F | 31 | 45 | 5B | 1A |
| Octal | 157 | 201 | 6 | 16 | 0 | 137 | 61 | 105 | 133 | 32 |
| Binary | 1101111 | 10000001 | 110 | 1110 | 0 | 1011111 | 110001 | 1000101 | 1011011 | 11010 |
Color Harmonies of #6F8106
Complementary color
Monochromatic Colors of #6F8106
Black with #6F8106
Text Example
Text Example
White with #6F8106
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F8106; }
p { color: rgb(111,129,6); }
H1.HeaderClassName
{
color: #6F8106;
}
.AnyTagClassName
{
color: #6F8106;
}
</style>
background-color css
<style>
a { background-color: #6F8106; }
a { background-color: rgb(111,129,6); }
div.DivClassName
{
background-color: #6F8106;
}
.BgClassName
{
background-color: #6F8106;
}
</style>
border-color css
<style>
span { border-color: #6F8106; }
span { border-color: rgb(111,129,6); }
td.TdClassName
{
border-color: #6F8106;
}
.TagClassName
{
border-color: #6F8106;
}
</style>