Shades of Olivetone #786F18
Tints of Olivetone #786F18
RGB
CMYK
RGB Variations
Color information
#786F18 (or 0x786F18) is known color: Olivetone. HEX triplet: 78, 6F and 18. RGB value is (120,111,24). Sum of RGB (Red+Green+Blue) = 120+111+24=255 (33% of max value = 765). Red value is 120 (47.27% from 255 or 47.06% from 255); Green value is 111 (43.75% from 255 or 43.53% from 255); Blue value is 24 (9.77% from 255 or 9.41% from 255); Max value from RGB is 120 - color contains mainly: red. Hex color #786F18 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #786F18 is #8790E7. Grayscale: #686868. Windows color (decimal): -8884456 or 1601400. OLE color: 1601400.
HSL color Cylindrical-coordinate representation of color #786F18: hue angle of 54.38º degrees, saturation: 0.67, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #786F18 is Cyan = 0, Magento = 0.08, Yellow = 0.8 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 111 | 24 | - |
| CMYK | 0 | 0.08 | 0.8 | 0.53 |
| HSL | 54.38º | 0.67% | 0.28% | - |
| HSV(B) | 54.38º | 0.8% | 0.47% | - |
| XYZ | 13.6 | 15.43 | 3.13 | - |
| YUV | 103.77 | 82.98 | 139.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 111 | 24 | 0 | 0.08 | 0.8 | 0.53 | 54.38 | 0.67 | 0.28 |
| Hex | 78 | 6F | 18 | 0 | 8 | 50 | 35 | 36 | 43 | 1C |
| Octal | 170 | 157 | 30 | 0 | 10 | 120 | 65 | 66 | 103 | 34 |
| Binary | 1111000 | 1101111 | 11000 | 0 | 1000 | 1010000 | 110101 | 110110 | 1000011 | 11100 |
Color Harmonies of #786F18
Complementary color
Monochromatic Colors of #786F18
Black with #786F18
Text Example
Text Example
White with #786F18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #786F18; }
p { color: rgb(120,111,24); }
H1.HeaderClassName
{
color: #786F18;
}
.AnyTagClassName
{
color: #786F18;
}
</style>
background-color css
<style>
a { background-color: #786F18; }
a { background-color: rgb(120,111,24); }
div.DivClassName
{
background-color: #786F18;
}
.BgClassName
{
background-color: #786F18;
}
</style>
border-color css
<style>
span { border-color: #786F18; }
span { border-color: rgb(120,111,24); }
td.TdClassName
{
border-color: #786F18;
}
.TagClassName
{
border-color: #786F18;
}
</style>