Shades of Olivetone #77781C
Tints of Olivetone #77781C
RGB
CMYK
RGB Variations
Color information
#77781C (or 0x77781C) is known color: Olivetone. HEX triplet: 77, 78 and 1C. RGB value is (119,120,28). Sum of RGB (Red+Green+Blue) = 119+120+28=267 (35% of max value = 765). Red value is 119 (46.88% from 255 or 44.57% from 267); Green value is 120 (47.27% from 255 or 44.94% from 267); Blue value is 28 (11.33% from 255 or 10.49% from 267); Max value from RGB is 120 - color contains mainly: green. Hex color #77781C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #77781C is #8887E3. Grayscale: #6D6D6D. Windows color (decimal): -8947684 or 1865847. OLE color: 1865847.
HSL color Cylindrical-coordinate representation of color #77781C: hue angle of 60.65º degrees, saturation: 0.62, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #77781C is Cyan = 0.01, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 120 | 28 | - |
| CMYK | 0.01 | 0 | 0.77 | 0.53 |
| HSL | 60.65º | 0.62% | 0.29% | - |
| HSV(B) | 60.65º | 0.77% | 0.47% | - |
| XYZ | 14.53 | 17.44 | 3.7 | - |
| YUV | 109.21 | 82.17 | 134.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 120 | 28 | 0.01 | 0 | 0.77 | 0.53 | 60.65 | 0.62 | 0.29 |
| Hex | 77 | 78 | 1C | 1 | 0 | 4D | 35 | 3D | 3E | 1D |
| Octal | 167 | 170 | 34 | 1 | 0 | 115 | 65 | 75 | 76 | 35 |
| Binary | 1110111 | 1111000 | 11100 | 1 | 0 | 1001101 | 110101 | 111101 | 111110 | 11101 |
Color Harmonies of #77781C
Complementary color
Monochromatic Colors of #77781C
Black with #77781C
Text Example
Text Example
White with #77781C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77781C; }
p { color: rgb(119,120,28); }
H1.HeaderClassName
{
color: #77781C;
}
.AnyTagClassName
{
color: #77781C;
}
</style>
background-color css
<style>
a { background-color: #77781C; }
a { background-color: rgb(119,120,28); }
div.DivClassName
{
background-color: #77781C;
}
.BgClassName
{
background-color: #77781C;
}
</style>
border-color css
<style>
span { border-color: #77781C; }
span { border-color: rgb(119,120,28); }
td.TdClassName
{
border-color: #77781C;
}
.TagClassName
{
border-color: #77781C;
}
</style>