Shades of Olivetone #6F7326
Tints of Olivetone #6F7326
RGB
CMYK
RGB Variations
Color information
#6F7326 (or 0x6F7326) is known color: Olivetone. HEX triplet: 6F, 73 and 26. RGB value is (111,115,38). Sum of RGB (Red+Green+Blue) = 111+115+38=264 (34% of max value = 765). Red value is 111 (43.75% from 255 or 42.05% from 264); Green value is 115 (45.31% from 255 or 43.56% from 264); Blue value is 38 (15.23% from 255 or 14.39% from 264); Max value from RGB is 115 - color contains mainly: green. Hex color #6F7326 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6F7326 is #908CD9. Grayscale: #696969. Windows color (decimal): -9473242 or 2519919. OLE color: 2519919.
HSL color Cylindrical-coordinate representation of color #6F7326: hue angle of 63.12º degrees, saturation: 0.5, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #6F7326 is Cyan = 0.03, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 111 | 115 | 38 | - |
| CMYK | 0.03 | 0 | 0.67 | 0.55 |
| HSL | 63.12º | 0.5% | 0.3% | - |
| HSV(B) | 63.12º | 0.67% | 0.45% | - |
| XYZ | 13.04 | 15.78 | 4.19 | - |
| YUV | 105.03 | 90.17 | 132.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 115 | 38 | 0.03 | 0 | 0.67 | 0.55 | 63.12 | 0.5 | 0.3 |
| Hex | 6F | 73 | 26 | 3 | 0 | 43 | 37 | 3F | 32 | 1E |
| Octal | 157 | 163 | 46 | 3 | 0 | 103 | 67 | 77 | 62 | 36 |
| Binary | 1101111 | 1110011 | 100110 | 11 | 0 | 1000011 | 110111 | 111111 | 110010 | 11110 |
Color Harmonies of #6F7326
Complementary color
Monochromatic Colors of #6F7326
Black with #6F7326
Text Example
Text Example
White with #6F7326
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F7326; }
p { color: rgb(111,115,38); }
H1.HeaderClassName
{
color: #6F7326;
}
.AnyTagClassName
{
color: #6F7326;
}
</style>
background-color css
<style>
a { background-color: #6F7326; }
a { background-color: rgb(111,115,38); }
div.DivClassName
{
background-color: #6F7326;
}
.BgClassName
{
background-color: #6F7326;
}
</style>
border-color css
<style>
span { border-color: #6F7326; }
span { border-color: rgb(111,115,38); }
td.TdClassName
{
border-color: #6F7326;
}
.TagClassName
{
border-color: #6F7326;
}
</style>