Shades of Olivetone #6F6919
Tints of Olivetone #6F6919
RGB
CMYK
RGB Variations
Color information
#6F6919 (or 0x6F6919) is known color: Olivetone. HEX triplet: 6F, 69 and 19. RGB value is (111,105,25). Sum of RGB (Red+Green+Blue) = 111+105+25=241 (31% of max value = 765). Red value is 111 (43.75% from 255 or 46.06% from 241); Green value is 105 (41.41% from 255 or 43.57% from 241); Blue value is 25 (10.16% from 255 or 10.37% from 241); Max value from RGB is 111 - color contains mainly: red. Hex color #6F6919 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6F6919 is #9096E6. Grayscale: #626262. Windows color (decimal): -9475815 or 1665391. OLE color: 1665391.
HSL color Cylindrical-coordinate representation of color #6F6919: hue angle of 55.81º degrees, saturation: 0.63, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #6F6919 is Cyan = 0, Magento = 0.05, Yellow = 0.77 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 105 | 25 | - |
| CMYK | 0 | 0.05 | 0.77 | 0.56 |
| HSL | 55.81º | 0.63% | 0.27% | - |
| HSV(B) | 55.81º | 0.77% | 0.44% | - |
| XYZ | 11.78 | 13.55 | 2.91 | - |
| YUV | 97.67 | 86.99 | 137.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 105 | 25 | 0 | 0.05 | 0.77 | 0.56 | 55.81 | 0.63 | 0.27 |
| Hex | 6F | 69 | 19 | 0 | 5 | 4D | 38 | 38 | 3F | 1B |
| Octal | 157 | 151 | 31 | 0 | 5 | 115 | 70 | 70 | 77 | 33 |
| Binary | 1101111 | 1101001 | 11001 | 0 | 101 | 1001101 | 111000 | 111000 | 111111 | 11011 |
Color Harmonies of #6F6919
Complementary color
Monochromatic Colors of #6F6919
Black with #6F6919
Text Example
Text Example
White with #6F6919
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F6919; }
p { color: rgb(111,105,25); }
H1.HeaderClassName
{
color: #6F6919;
}
.AnyTagClassName
{
color: #6F6919;
}
</style>
background-color css
<style>
a { background-color: #6F6919; }
a { background-color: rgb(111,105,25); }
div.DivClassName
{
background-color: #6F6919;
}
.BgClassName
{
background-color: #6F6919;
}
</style>
border-color css
<style>
span { border-color: #6F6919; }
span { border-color: rgb(111,105,25); }
td.TdClassName
{
border-color: #6F6919;
}
.TagClassName
{
border-color: #6F6919;
}
</style>