Shades of Olive #6F6605
Tints of Olive #6F6605
RGB
CMYK
RGB Variations
Color information
#6F6605 (or 0x6F6605) is known color: Olive. HEX triplet: 6F, 66 and 05. RGB value is (111,102,5). Sum of RGB (Red+Green+Blue) = 111+102+5=218 (28% of max value = 765). Red value is 111 (43.75% from 255 or 50.92% from 218); Green value is 102 (40.23% from 255 or 46.79% from 218); Blue value is 5 (2.34% from 255 or 2.29% from 218); Max value from RGB is 111 - color contains mainly: red. Hex color #6F6605 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6F6605 is #9099FA. Grayscale: #5E5E5E. Windows color (decimal): -9476603 or 353903. OLE color: 353903.
HSL color Cylindrical-coordinate representation of color #6F6605: hue angle of 54.91º degrees, saturation: 0.91, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #6F6605 is Cyan = 0, Magento = 0.08, Yellow = 0.95 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 102 | 5 | - |
| CMYK | 0 | 0.08 | 0.95 | 0.56 |
| HSL | 54.91º | 0.91% | 0.23% | - |
| HSV(B) | 54.91º | 0.95% | 0.44% | - |
| XYZ | 11.33 | 12.89 | 2.03 | - |
| YUV | 93.63 | 77.98 | 140.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 102 | 5 | 0 | 0.08 | 0.95 | 0.56 | 54.91 | 0.91 | 0.23 |
| Hex | 6F | 66 | 5 | 0 | 8 | 5F | 38 | 37 | 5B | 17 |
| Octal | 157 | 146 | 5 | 0 | 10 | 137 | 70 | 67 | 133 | 27 |
| Binary | 1101111 | 1100110 | 101 | 0 | 1000 | 1011111 | 111000 | 110111 | 1011011 | 10111 |
Color Harmonies of #6F6605
Complementary color
Monochromatic Colors of #6F6605
Black with #6F6605
Text Example
Text Example
White with #6F6605
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F6605; }
p { color: rgb(111,102,5); }
H1.HeaderClassName
{
color: #6F6605;
}
.AnyTagClassName
{
color: #6F6605;
}
</style>
background-color css
<style>
a { background-color: #6F6605; }
a { background-color: rgb(111,102,5); }
div.DivClassName
{
background-color: #6F6605;
}
.BgClassName
{
background-color: #6F6605;
}
</style>
border-color css
<style>
span { border-color: #6F6605; }
span { border-color: rgb(111,102,5); }
td.TdClassName
{
border-color: #6F6605;
}
.TagClassName
{
border-color: #6F6605;
}
</style>