Shades of Olivetone #6F7024
Tints of Olivetone #6F7024
RGB
CMYK
RGB Variations
Color information
#6F7024 (or 0x6F7024) is known color: Olivetone. HEX triplet: 6F, 70 and 24. RGB value is (111,112,36). Sum of RGB (Red+Green+Blue) = 111+112+36=259 (34% of max value = 765). Red value is 111 (43.75% from 255 or 42.86% from 259); Green value is 112 (44.14% from 255 or 43.24% from 259); Blue value is 36 (14.45% from 255 or 13.90% from 259); Max value from RGB is 112 - color contains mainly: green. Hex color #6F7024 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6F7024 is #908FDB. Grayscale: #676767. Windows color (decimal): -9474012 or 2388079. OLE color: 2388079.
HSL color Cylindrical-coordinate representation of color #6F7024: hue angle of 60.79º degrees, saturation: 0.51, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #6F7024 is Cyan = 0.01, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 112 | 36 | - |
| CMYK | 0.01 | 0 | 0.68 | 0.56 |
| HSL | 60.79º | 0.51% | 0.29% | - |
| HSV(B) | 60.79º | 0.68% | 0.44% | - |
| XYZ | 12.67 | 15.1 | 3.92 | - |
| YUV | 103.04 | 90.17 | 133.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 112 | 36 | 0.01 | 0 | 0.68 | 0.56 | 60.79 | 0.51 | 0.29 |
| Hex | 6F | 70 | 24 | 1 | 0 | 44 | 38 | 3D | 33 | 1D |
| Octal | 157 | 160 | 44 | 1 | 0 | 104 | 70 | 75 | 63 | 35 |
| Binary | 1101111 | 1110000 | 100100 | 1 | 0 | 1000100 | 111000 | 111101 | 110011 | 11101 |
Color Harmonies of #6F7024
Complementary color
Monochromatic Colors of #6F7024
Black with #6F7024
Text Example
Text Example
White with #6F7024
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F7024; }
p { color: rgb(111,112,36); }
H1.HeaderClassName
{
color: #6F7024;
}
.AnyTagClassName
{
color: #6F7024;
}
</style>
background-color css
<style>
a { background-color: #6F7024; }
a { background-color: rgb(111,112,36); }
div.DivClassName
{
background-color: #6F7024;
}
.BgClassName
{
background-color: #6F7024;
}
</style>
border-color css
<style>
span { border-color: #6F7024; }
span { border-color: rgb(111,112,36); }
td.TdClassName
{
border-color: #6F7024;
}
.TagClassName
{
border-color: #6F7024;
}
</style>