Shades of Olivetone #6F7019
Tints of Olivetone #6F7019
RGB
CMYK
RGB Variations
Color information
#6F7019 (or 0x6F7019) is known color: Olivetone. HEX triplet: 6F, 70 and 19. RGB value is (111,112,25). Sum of RGB (Red+Green+Blue) = 111+112+25=248 (32% of max value = 765). Red value is 111 (43.75% from 255 or 44.76% from 248); Green value is 112 (44.14% from 255 or 45.16% from 248); Blue value is 25 (10.16% from 255 or 10.08% from 248); Max value from RGB is 112 - color contains mainly: green. Hex color #6F7019 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6F7019 is #908FE6. Grayscale: #666666. Windows color (decimal): -9474023 or 1667183. OLE color: 1667183.
HSL color Cylindrical-coordinate representation of color #6F7019: hue angle of 60.69º degrees, saturation: 0.64, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #6F7019 is Cyan = 0.01, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 112 | 25 | - |
| CMYK | 0.01 | 0 | 0.78 | 0.56 |
| HSL | 60.69º | 0.64% | 0.27% | - |
| HSV(B) | 60.69º | 0.78% | 0.44% | - |
| XYZ | 12.53 | 15.04 | 3.16 | - |
| YUV | 101.78 | 84.67 | 134.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 112 | 25 | 0.01 | 0 | 0.78 | 0.56 | 60.69 | 0.64 | 0.27 |
| Hex | 6F | 70 | 19 | 1 | 0 | 4E | 38 | 3D | 40 | 1B |
| Octal | 157 | 160 | 31 | 1 | 0 | 116 | 70 | 75 | 100 | 33 |
| Binary | 1101111 | 1110000 | 11001 | 1 | 0 | 1001110 | 111000 | 111101 | 1000000 | 11011 |
Color Harmonies of #6F7019
Complementary color
Monochromatic Colors of #6F7019
Black with #6F7019
Text Example
Text Example
White with #6F7019
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F7019; }
p { color: rgb(111,112,25); }
H1.HeaderClassName
{
color: #6F7019;
}
.AnyTagClassName
{
color: #6F7019;
}
</style>
background-color css
<style>
a { background-color: #6F7019; }
a { background-color: rgb(111,112,25); }
div.DivClassName
{
background-color: #6F7019;
}
.BgClassName
{
background-color: #6F7019;
}
</style>
border-color css
<style>
span { border-color: #6F7019; }
span { border-color: rgb(111,112,25); }
td.TdClassName
{
border-color: #6F7019;
}
.TagClassName
{
border-color: #6F7019;
}
</style>