Shades of Olivetone #6F6928
Tints of Olivetone #6F6928
RGB
CMYK
RGB Variations
Color information
#6F6928 (or 0x6F6928) is known color: Olivetone. HEX triplet: 6F, 69 and 28. RGB value is (111,105,40). Sum of RGB (Red+Green+Blue) = 111+105+40=256 (33% of max value = 765). Red value is 111 (43.75% from 255 or 43.36% from 256); Green value is 105 (41.41% from 255 or 41.02% from 256); Blue value is 40 (16.02% from 255 or 15.62% from 256); Max value from RGB is 111 - color contains mainly: red. Hex color #6F6928 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6F6928 is #9096D7. Grayscale: #636363. Windows color (decimal): -9475800 or 2648431. OLE color: 2648431.
HSL color Cylindrical-coordinate representation of color #6F6928: hue angle of 54.93º degrees, saturation: 0.47, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #6F6928 is Cyan = 0, Magento = 0.05, Yellow = 0.64 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 105 | 40 | - |
| CMYK | 0 | 0.05 | 0.64 | 0.56 |
| HSL | 54.93º | 0.47% | 0.3% | - |
| HSV(B) | 54.93º | 0.64% | 0.44% | - |
| XYZ | 11.99 | 13.64 | 4.01 | - |
| YUV | 99.38 | 94.49 | 136.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 105 | 40 | 0 | 0.05 | 0.64 | 0.56 | 54.93 | 0.47 | 0.3 |
| Hex | 6F | 69 | 28 | 0 | 5 | 40 | 38 | 37 | 2F | 1E |
| Octal | 157 | 151 | 50 | 0 | 5 | 100 | 70 | 67 | 57 | 36 |
| Binary | 1101111 | 1101001 | 101000 | 0 | 101 | 1000000 | 111000 | 110111 | 101111 | 11110 |
Color Harmonies of #6F6928
Complementary color
Monochromatic Colors of #6F6928
Black with #6F6928
Text Example
Text Example
White with #6F6928
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F6928; }
p { color: rgb(111,105,40); }
H1.HeaderClassName
{
color: #6F6928;
}
.AnyTagClassName
{
color: #6F6928;
}
</style>
background-color css
<style>
a { background-color: #6F6928; }
a { background-color: rgb(111,105,40); }
div.DivClassName
{
background-color: #6F6928;
}
.BgClassName
{
background-color: #6F6928;
}
</style>
border-color css
<style>
span { border-color: #6F6928; }
span { border-color: rgb(111,105,40); }
td.TdClassName
{
border-color: #6F6928;
}
.TagClassName
{
border-color: #6F6928;
}
</style>