Shades of Olivetone #6F7233
Tints of Olivetone #6F7233
RGB
CMYK
RGB Variations
Color information
#6F7233 (or 0x6F7233) is known color: Olivetone. HEX triplet: 6F, 72 and 33. RGB value is (111,114,51). Sum of RGB (Red+Green+Blue) = 111+114+51=276 (36% of max value = 765). Red value is 111 (43.75% from 255 or 40.22% from 276); Green value is 114 (44.92% from 255 or 41.30% from 276); Blue value is 51 (20.31% from 255 or 18.48% from 276); Max value from RGB is 114 - color contains mainly: green. Hex color #6F7233 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6F7233 is #908DCC. Grayscale: #6A6A6A. Windows color (decimal): -9473485 or 3371631. OLE color: 3371631.
HSL color Cylindrical-coordinate representation of color #6F7233: hue angle of 62.86º degrees, saturation: 0.38, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6F7233 is Cyan = 0.03, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 111 | 114 | 51 | - |
| CMYK | 0.03 | 0 | 0.55 | 0.55 |
| HSL | 62.86º | 0.38% | 0.32% | - |
| HSV(B) | 62.86º | 0.55% | 0.45% | - |
| XYZ | 13.17 | 15.65 | 5.46 | - |
| YUV | 105.92 | 97.01 | 131.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 114 | 51 | 0.03 | 0 | 0.55 | 0.55 | 62.86 | 0.38 | 0.32 |
| Hex | 6F | 72 | 33 | 3 | 0 | 37 | 37 | 3F | 26 | 20 |
| Octal | 157 | 162 | 63 | 3 | 0 | 67 | 67 | 77 | 46 | 40 |
| Binary | 1101111 | 1110010 | 110011 | 11 | 0 | 110111 | 110111 | 111111 | 100110 | 100000 |
Color Harmonies of #6F7233
Complementary color
Monochromatic Colors of #6F7233
Black with #6F7233
Text Example
Text Example
White with #6F7233
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F7233; }
p { color: rgb(111,114,51); }
H1.HeaderClassName
{
color: #6F7233;
}
.AnyTagClassName
{
color: #6F7233;
}
</style>
background-color css
<style>
a { background-color: #6F7233; }
a { background-color: rgb(111,114,51); }
div.DivClassName
{
background-color: #6F7233;
}
.BgClassName
{
background-color: #6F7233;
}
</style>
border-color css
<style>
span { border-color: #6F7233; }
span { border-color: rgb(111,114,51); }
td.TdClassName
{
border-color: #6F7233;
}
.TagClassName
{
border-color: #6F7233;
}
</style>