Shades of Olivetone #76781B
Tints of Olivetone #76781B
RGB
CMYK
RGB Variations
Color information
#76781B (or 0x76781B) is known color: Olivetone. HEX triplet: 76, 78 and 1B. RGB value is (118,120,27). Sum of RGB (Red+Green+Blue) = 118+120+27=265 (35% of max value = 765). Red value is 118 (46.48% from 255 or 44.53% from 265); Green value is 120 (47.27% from 255 or 45.28% from 265); Blue value is 27 (10.94% from 255 or 10.19% from 265); Max value from RGB is 120 - color contains mainly: green. Hex color #76781B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #76781B is #8987E4. Grayscale: #6D6D6D. Windows color (decimal): -9013221 or 1800310. OLE color: 1800310.
HSL color Cylindrical-coordinate representation of color #76781B: hue angle of 61.29º degrees, saturation: 0.63, 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 #76781B is Cyan = 0.02, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 118 | 120 | 27 | - |
| CMYK | 0.02 | 0 | 0.78 | 0.53 |
| HSL | 61.29º | 0.63% | 0.29% | - |
| HSV(B) | 61.29º | 0.78% | 0.47% | - |
| XYZ | 14.39 | 17.36 | 3.63 | - |
| YUV | 108.8 | 81.84 | 134.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 120 | 27 | 0.02 | 0 | 0.78 | 0.53 | 61.29 | 0.63 | 0.29 |
| Hex | 76 | 78 | 1B | 2 | 0 | 4E | 35 | 3D | 3F | 1D |
| Octal | 166 | 170 | 33 | 2 | 0 | 116 | 65 | 75 | 77 | 35 |
| Binary | 1110110 | 1111000 | 11011 | 10 | 0 | 1001110 | 110101 | 111101 | 111111 | 11101 |
Color Harmonies of #76781B
Complementary color
Monochromatic Colors of #76781B
Black with #76781B
Text Example
Text Example
White with #76781B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76781B; }
p { color: rgb(118,120,27); }
H1.HeaderClassName
{
color: #76781B;
}
.AnyTagClassName
{
color: #76781B;
}
</style>
background-color css
<style>
a { background-color: #76781B; }
a { background-color: rgb(118,120,27); }
div.DivClassName
{
background-color: #76781B;
}
.BgClassName
{
background-color: #76781B;
}
</style>
border-color css
<style>
span { border-color: #76781B; }
span { border-color: rgb(118,120,27); }
td.TdClassName
{
border-color: #76781B;
}
.TagClassName
{
border-color: #76781B;
}
</style>