Shades of Olive #6F6C08
Tints of Olive #6F6C08
RGB
CMYK
RGB Variations
Color information
#6F6C08 (or 0x6F6C08) is known color: Olive. HEX triplet: 6F, 6C and 08. RGB value is (111,108,8). Sum of RGB (Red+Green+Blue) = 111+108+8=227 (30% of max value = 765). Red value is 111 (43.75% from 255 or 48.90% from 227); Green value is 108 (42.58% from 255 or 47.58% from 227); Blue value is 8 (3.52% from 255 or 3.52% from 227); Max value from RGB is 111 - color contains mainly: red. Hex color #6F6C08 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6F6C08 is #9093F7. Grayscale: #616161. Windows color (decimal): -9475064 or 552047. OLE color: 552047.
HSL color Cylindrical-coordinate representation of color #6F6C08: hue angle of 58.25º degrees, saturation: 0.87, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #6F6C08 is Cyan = 0, Magento = 0.03, Yellow = 0.93 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 108 | 8 | - |
| CMYK | 0 | 0.03 | 0.93 | 0.56 |
| HSL | 58.25º | 0.87% | 0.23% | - |
| HSV(B) | 58.25º | 0.93% | 0.44% | - |
| XYZ | 11.96 | 14.12 | 2.33 | - |
| YUV | 97.5 | 77.49 | 137.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 108 | 8 | 0 | 0.03 | 0.93 | 0.56 | 58.25 | 0.87 | 0.23 |
| Hex | 6F | 6C | 8 | 0 | 3 | 5D | 38 | 3A | 57 | 17 |
| Octal | 157 | 154 | 10 | 0 | 3 | 135 | 70 | 72 | 127 | 27 |
| Binary | 1101111 | 1101100 | 1000 | 0 | 11 | 1011101 | 111000 | 111010 | 1010111 | 10111 |
Color Harmonies of #6F6C08
Complementary color
Monochromatic Colors of #6F6C08
Black with #6F6C08
Text Example
Text Example
White with #6F6C08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F6C08; }
p { color: rgb(111,108,8); }
H1.HeaderClassName
{
color: #6F6C08;
}
.AnyTagClassName
{
color: #6F6C08;
}
</style>
background-color css
<style>
a { background-color: #6F6C08; }
a { background-color: rgb(111,108,8); }
div.DivClassName
{
background-color: #6F6C08;
}
.BgClassName
{
background-color: #6F6C08;
}
</style>
border-color css
<style>
span { border-color: #6F6C08; }
span { border-color: rgb(111,108,8); }
td.TdClassName
{
border-color: #6F6C08;
}
.TagClassName
{
border-color: #6F6C08;
}
</style>