Shades of Olive #6F7706
Tints of Olive #6F7706
RGB
CMYK
RGB Variations
Color information
#6F7706 (or 0x6F7706) is known color: Olive. HEX triplet: 6F, 77 and 06. RGB value is (111,119,6). Sum of RGB (Red+Green+Blue) = 111+119+6=236 (31% of max value = 765). Red value is 111 (43.75% from 255 or 47.03% from 236); Green value is 119 (46.88% from 255 or 50.42% from 236); Blue value is 6 (2.73% from 255 or 2.54% from 236); Max value from RGB is 119 - color contains mainly: green. Hex color #6F7706 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6F7706 is #9088F9. Grayscale: #686868. Windows color (decimal): -9472250 or 423791. OLE color: 423791.
HSL color Cylindrical-coordinate representation of color #6F7706: hue angle of 64.25º degrees, saturation: 0.9, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #6F7706 is Cyan = 0.07, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 111 | 119 | 6 | - |
| CMYK | 0.07 | 0 | 0.95 | 0.53 |
| HSL | 64.25º | 0.9% | 0.25% | - |
| HSV(B) | 64.25º | 0.95% | 0.47% | - |
| XYZ | 13.19 | 16.59 | 2.68 | - |
| YUV | 103.73 | 72.85 | 133.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 119 | 6 | 0.07 | 0 | 0.95 | 0.53 | 64.25 | 0.9 | 0.25 |
| Hex | 6F | 77 | 6 | 7 | 0 | 5F | 35 | 40 | 5A | 19 |
| Octal | 157 | 167 | 6 | 7 | 0 | 137 | 65 | 100 | 132 | 31 |
| Binary | 1101111 | 1110111 | 110 | 111 | 0 | 1011111 | 110101 | 1000000 | 1011010 | 11001 |
Color Harmonies of #6F7706
Complementary color
Monochromatic Colors of #6F7706
Black with #6F7706
Text Example
Text Example
White with #6F7706
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F7706; }
p { color: rgb(111,119,6); }
H1.HeaderClassName
{
color: #6F7706;
}
.AnyTagClassName
{
color: #6F7706;
}
</style>
background-color css
<style>
a { background-color: #6F7706; }
a { background-color: rgb(111,119,6); }
div.DivClassName
{
background-color: #6F7706;
}
.BgClassName
{
background-color: #6F7706;
}
</style>
border-color css
<style>
span { border-color: #6F7706; }
span { border-color: rgb(111,119,6); }
td.TdClassName
{
border-color: #6F7706;
}
.TagClassName
{
border-color: #6F7706;
}
</style>