Shades of Olivetone #777512
Tints of Olivetone #777512
RGB
CMYK
RGB Variations
Color information
#777512 (or 0x777512) is known color: Olivetone. HEX triplet: 77, 75 and 12. RGB value is (119,117,18). Sum of RGB (Red+Green+Blue) = 119+117+18=254 (33% of max value = 765). Red value is 119 (46.88% from 255 or 46.85% from 254); Green value is 117 (46.09% from 255 or 46.06% from 254); Blue value is 18 (7.42% from 255 or 7.09% from 254); Max value from RGB is 119 - color contains mainly: red. Hex color #777512 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #777512 is #888AED. Grayscale: #6A6A6A. Windows color (decimal): -8948462 or 1209719. OLE color: 1209719.
HSL color Cylindrical-coordinate representation of color #777512: hue angle of 58.81º degrees, saturation: 0.74, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #777512 is Cyan = 0, Magento = 0.02, Yellow = 0.85 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 117 | 18 | - |
| CMYK | 0 | 0.02 | 0.85 | 0.53 |
| HSL | 58.81º | 0.74% | 0.27% | - |
| HSV(B) | 58.81º | 0.85% | 0.47% | - |
| XYZ | 14.08 | 16.69 | 3.05 | - |
| YUV | 106.31 | 78.16 | 137.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 117 | 18 | 0 | 0.02 | 0.85 | 0.53 | 58.81 | 0.74 | 0.27 |
| Hex | 77 | 75 | 12 | 0 | 2 | 55 | 35 | 3B | 4A | 1B |
| Octal | 167 | 165 | 22 | 0 | 2 | 125 | 65 | 73 | 112 | 33 |
| Binary | 1110111 | 1110101 | 10010 | 0 | 10 | 1010101 | 110101 | 111011 | 1001010 | 11011 |
Color Harmonies of #777512
Complementary color
Monochromatic Colors of #777512
Black with #777512
Text Example
Text Example
White with #777512
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #777512; }
p { color: rgb(119,117,18); }
H1.HeaderClassName
{
color: #777512;
}
.AnyTagClassName
{
color: #777512;
}
</style>
background-color css
<style>
a { background-color: #777512; }
a { background-color: rgb(119,117,18); }
div.DivClassName
{
background-color: #777512;
}
.BgClassName
{
background-color: #777512;
}
</style>
border-color css
<style>
span { border-color: #777512; }
span { border-color: rgb(119,117,18); }
td.TdClassName
{
border-color: #777512;
}
.TagClassName
{
border-color: #777512;
}
</style>