Shades of Olivetone #79781B
Tints of Olivetone #79781B
RGB
CMYK
RGB Variations
Color information
#79781B (or 0x79781B) is known color: Olivetone. HEX triplet: 79, 78 and 1B. RGB value is (121,120,27). Sum of RGB (Red+Green+Blue) = 121+120+27=268 (35% of max value = 765). Red value is 121 (47.66% from 255 or 45.15% from 268); Green value is 120 (47.27% from 255 or 44.78% from 268); Blue value is 27 (10.94% from 255 or 10.07% from 268); Max value from RGB is 121 - color contains mainly: red. Hex color #79781B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #79781B is #8687E4. Grayscale: #6E6E6E. Windows color (decimal): -8816613 or 1800313. OLE color: 1800313.
HSL color Cylindrical-coordinate representation of color #79781B: hue angle of 59.36º degrees, saturation: 0.64, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #79781B is Cyan = 0, Magento = 0.01, Yellow = 0.78 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 120 | 27 | - |
| CMYK | 0 | 0.01 | 0.78 | 0.53 |
| HSL | 59.36º | 0.64% | 0.29% | - |
| HSV(B) | 59.36º | 0.78% | 0.47% | - |
| XYZ | 14.8 | 17.58 | 3.65 | - |
| YUV | 109.7 | 81.33 | 136.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 120 | 27 | 0 | 0.01 | 0.78 | 0.53 | 59.36 | 0.64 | 0.29 |
| Hex | 79 | 78 | 1B | 0 | 1 | 4E | 35 | 3B | 40 | 1D |
| Octal | 171 | 170 | 33 | 0 | 1 | 116 | 65 | 73 | 100 | 35 |
| Binary | 1111001 | 1111000 | 11011 | 0 | 1 | 1001110 | 110101 | 111011 | 1000000 | 11101 |
Color Harmonies of #79781B
Complementary color
Monochromatic Colors of #79781B
Black with #79781B
Text Example
Text Example
White with #79781B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #79781B; }
p { color: rgb(121,120,27); }
H1.HeaderClassName
{
color: #79781B;
}
.AnyTagClassName
{
color: #79781B;
}
</style>
background-color css
<style>
a { background-color: #79781B; }
a { background-color: rgb(121,120,27); }
div.DivClassName
{
background-color: #79781B;
}
.BgClassName
{
background-color: #79781B;
}
</style>
border-color css
<style>
span { border-color: #79781B; }
span { border-color: rgb(121,120,27); }
td.TdClassName
{
border-color: #79781B;
}
.TagClassName
{
border-color: #79781B;
}
</style>