Shades of Olive #6F6704
Tints of Olive #6F6704
RGB
CMYK
RGB Variations
Color information
#6F6704 (or 0x6F6704) is known color: Olive. HEX triplet: 6F, 67 and 04. RGB value is (111,103,4). Sum of RGB (Red+Green+Blue) = 111+103+4=218 (28% of max value = 765). Red value is 111 (43.75% from 255 or 50.92% from 218); Green value is 103 (40.62% from 255 or 47.25% from 218); Blue value is 4 (1.95% from 255 or 1.83% from 218); Max value from RGB is 111 - color contains mainly: red. Hex color #6F6704 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6F6704 is #9098FB. Grayscale: #5E5E5E. Windows color (decimal): -9476348 or 288623. OLE color: 288623.
HSL color Cylindrical-coordinate representation of color #6F6704: hue angle of 55.51º 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 #6F6704 is Cyan = 0, Magento = 0.07, Yellow = 0.96 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 103 | 4 | - |
| CMYK | 0 | 0.07 | 0.96 | 0.56 |
| HSL | 55.51º | 0.93% | 0.23% | - |
| HSV(B) | 55.51º | 0.96% | 0.44% | - |
| XYZ | 11.43 | 13.09 | 2.04 | - |
| YUV | 94.11 | 77.15 | 140.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 103 | 4 | 0 | 0.07 | 0.96 | 0.56 | 55.51 | 0.93 | 0.23 |
| Hex | 6F | 67 | 4 | 0 | 7 | 60 | 38 | 38 | 5D | 17 |
| Octal | 157 | 147 | 4 | 0 | 7 | 140 | 70 | 70 | 135 | 27 |
| Binary | 1101111 | 1100111 | 100 | 0 | 111 | 1100000 | 111000 | 111000 | 1011101 | 10111 |
Color Harmonies of #6F6704
Complementary color
Monochromatic Colors of #6F6704
Black with #6F6704
Text Example
Text Example
White with #6F6704
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F6704; }
p { color: rgb(111,103,4); }
H1.HeaderClassName
{
color: #6F6704;
}
.AnyTagClassName
{
color: #6F6704;
}
</style>
background-color css
<style>
a { background-color: #6F6704; }
a { background-color: rgb(111,103,4); }
div.DivClassName
{
background-color: #6F6704;
}
.BgClassName
{
background-color: #6F6704;
}
</style>
border-color css
<style>
span { border-color: #6F6704; }
span { border-color: rgb(111,103,4); }
td.TdClassName
{
border-color: #6F6704;
}
.TagClassName
{
border-color: #6F6704;
}
</style>