Shades of Olive #6F6804
Tints of Olive #6F6804
RGB
CMYK
RGB Variations
Color information
#6F6804 (or 0x6F6804) is known color: Olive. HEX triplet: 6F, 68 and 04. RGB value is (111,104,4). Sum of RGB (Red+Green+Blue) = 111+104+4=219 (29% of max value = 765). Red value is 111 (43.75% from 255 or 50.68% from 219); Green value is 104 (41.02% from 255 or 47.49% from 219); Blue value is 4 (1.95% from 255 or 1.83% from 219); Max value from RGB is 111 - color contains mainly: red. Hex color #6F6804 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6F6804 is #9097FB. Grayscale: #5F5F5F. Windows color (decimal): -9476092 or 288879. OLE color: 288879.
HSL color Cylindrical-coordinate representation of color #6F6804: hue angle of 56.07º degrees, saturation: 0.93, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #6F6804 is Cyan = 0, Magento = 0.06, Yellow = 0.96 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 104 | 4 | - |
| CMYK | 0 | 0.06 | 0.96 | 0.56 |
| HSL | 56.07º | 0.93% | 0.23% | - |
| HSV(B) | 56.07º | 0.96% | 0.44% | - |
| XYZ | 11.53 | 13.29 | 2.07 | - |
| YUV | 94.69 | 76.82 | 139.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 104 | 4 | 0 | 0.06 | 0.96 | 0.56 | 56.07 | 0.93 | 0.23 |
| Hex | 6F | 68 | 4 | 0 | 6 | 60 | 38 | 38 | 5D | 17 |
| Octal | 157 | 150 | 4 | 0 | 6 | 140 | 70 | 70 | 135 | 27 |
| Binary | 1101111 | 1101000 | 100 | 0 | 110 | 1100000 | 111000 | 111000 | 1011101 | 10111 |
Color Harmonies of #6F6804
Complementary color
Monochromatic Colors of #6F6804
Black with #6F6804
Text Example
Text Example
White with #6F6804
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F6804; }
p { color: rgb(111,104,4); }
H1.HeaderClassName
{
color: #6F6804;
}
.AnyTagClassName
{
color: #6F6804;
}
</style>
background-color css
<style>
a { background-color: #6F6804; }
a { background-color: rgb(111,104,4); }
div.DivClassName
{
background-color: #6F6804;
}
.BgClassName
{
background-color: #6F6804;
}
</style>
border-color css
<style>
span { border-color: #6F6804; }
span { border-color: rgb(111,104,4); }
td.TdClassName
{
border-color: #6F6804;
}
.TagClassName
{
border-color: #6F6804;
}
</style>