Shades of Olivetone #6F7328
Tints of Olivetone #6F7328
RGB
CMYK
RGB Variations
Color information
#6F7328 (or 0x6F7328) is known color: Olivetone. HEX triplet: 6F, 73 and 28. RGB value is (111,115,40). Sum of RGB (Red+Green+Blue) = 111+115+40=266 (35% of max value = 765). Red value is 111 (43.75% from 255 or 41.73% from 266); Green value is 115 (45.31% from 255 or 43.23% from 266); Blue value is 40 (16.02% from 255 or 15.04% from 266); Max value from RGB is 115 - color contains mainly: green. Hex color #6F7328 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6F7328 is #908CD7. Grayscale: #696969. Windows color (decimal): -9473240 or 2650991. OLE color: 2650991.
HSL color Cylindrical-coordinate representation of color #6F7328: hue angle of 63.2º degrees, saturation: 0.48, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #6F7328 is Cyan = 0.03, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 111 | 115 | 40 | - |
| CMYK | 0.03 | 0 | 0.65 | 0.55 |
| HSL | 63.2º | 0.48% | 0.3% | - |
| HSV(B) | 63.2º | 0.65% | 0.45% | - |
| XYZ | 13.07 | 15.79 | 4.37 | - |
| YUV | 105.25 | 91.17 | 132.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 115 | 40 | 0.03 | 0 | 0.65 | 0.55 | 63.2 | 0.48 | 0.3 |
| Hex | 6F | 73 | 28 | 3 | 0 | 41 | 37 | 3F | 30 | 1E |
| Octal | 157 | 163 | 50 | 3 | 0 | 101 | 67 | 77 | 60 | 36 |
| Binary | 1101111 | 1110011 | 101000 | 11 | 0 | 1000001 | 110111 | 111111 | 110000 | 11110 |
Color Harmonies of #6F7328
Complementary color
Monochromatic Colors of #6F7328
Black with #6F7328
Text Example
Text Example
White with #6F7328
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F7328; }
p { color: rgb(111,115,40); }
H1.HeaderClassName
{
color: #6F7328;
}
.AnyTagClassName
{
color: #6F7328;
}
</style>
background-color css
<style>
a { background-color: #6F7328; }
a { background-color: rgb(111,115,40); }
div.DivClassName
{
background-color: #6F7328;
}
.BgClassName
{
background-color: #6F7328;
}
</style>
border-color css
<style>
span { border-color: #6F7328; }
span { border-color: rgb(111,115,40); }
td.TdClassName
{
border-color: #6F7328;
}
.TagClassName
{
border-color: #6F7328;
}
</style>