Shades of Olivetone #6F7333
Tints of Olivetone #6F7333
RGB
CMYK
RGB Variations
Color information
#6F7333 (or 0x6F7333) is known color: Olivetone. HEX triplet: 6F, 73 and 33. RGB value is (111,115,51). Sum of RGB (Red+Green+Blue) = 111+115+51=277 (36% of max value = 765). Red value is 111 (43.75% from 255 or 40.07% from 277); Green value is 115 (45.31% from 255 or 41.52% from 277); Blue value is 51 (20.31% from 255 or 18.41% from 277); Max value from RGB is 115 - color contains mainly: green. Hex color #6F7333 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6F7333 is #908CCC. Grayscale: #6A6A6A. Windows color (decimal): -9473229 or 3371887. OLE color: 3371887.
HSL color Cylindrical-coordinate representation of color #6F7333: hue angle of 63.75º degrees, saturation: 0.39, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6F7333 is Cyan = 0.03, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 111 | 115 | 51 | - |
| CMYK | 0.03 | 0 | 0.56 | 0.55 |
| HSL | 63.75º | 0.39% | 0.33% | - |
| HSV(B) | 63.75º | 0.56% | 0.45% | - |
| XYZ | 13.28 | 15.88 | 5.5 | - |
| YUV | 106.51 | 96.67 | 131.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 115 | 51 | 0.03 | 0 | 0.56 | 0.55 | 63.75 | 0.39 | 0.33 |
| Hex | 6F | 73 | 33 | 3 | 0 | 38 | 37 | 40 | 27 | 21 |
| Octal | 157 | 163 | 63 | 3 | 0 | 70 | 67 | 100 | 47 | 41 |
| Binary | 1101111 | 1110011 | 110011 | 11 | 0 | 111000 | 110111 | 1000000 | 100111 | 100001 |
Color Harmonies of #6F7333
Complementary color
Monochromatic Colors of #6F7333
Black with #6F7333
Text Example
Text Example
White with #6F7333
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F7333; }
p { color: rgb(111,115,51); }
H1.HeaderClassName
{
color: #6F7333;
}
.AnyTagClassName
{
color: #6F7333;
}
</style>
background-color css
<style>
a { background-color: #6F7333; }
a { background-color: rgb(111,115,51); }
div.DivClassName
{
background-color: #6F7333;
}
.BgClassName
{
background-color: #6F7333;
}
</style>
border-color css
<style>
span { border-color: #6F7333; }
span { border-color: rgb(111,115,51); }
td.TdClassName
{
border-color: #6F7333;
}
.TagClassName
{
border-color: #6F7333;
}
</style>