Shades of Olivetone #76781F
Tints of Olivetone #76781F
RGB
CMYK
RGB Variations
Color information
#76781F (or 0x76781F) is known color: Olivetone. HEX triplet: 76, 78 and 1F. RGB value is (118,120,31). Sum of RGB (Red+Green+Blue) = 118+120+31=269 (35% of max value = 765). Red value is 118 (46.48% from 255 or 43.87% from 269); Green value is 120 (47.27% from 255 or 44.61% from 269); Blue value is 31 (12.5% from 255 or 11.52% from 269); Max value from RGB is 120 - color contains mainly: green. Hex color #76781F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #76781F is #8987E0. Grayscale: #6D6D6D. Windows color (decimal): -9013217 or 2062454. OLE color: 2062454.
HSL color Cylindrical-coordinate representation of color #76781F: hue angle of 61.35º degrees, saturation: 0.59, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #76781F is Cyan = 0.02, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 118 | 120 | 31 | - |
| CMYK | 0.02 | 0 | 0.74 | 0.53 |
| HSL | 61.35º | 0.59% | 0.3% | - |
| HSV(B) | 61.35º | 0.74% | 0.47% | - |
| XYZ | 14.44 | 17.38 | 3.89 | - |
| YUV | 109.26 | 83.84 | 134.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 120 | 31 | 0.02 | 0 | 0.74 | 0.53 | 61.35 | 0.59 | 0.3 |
| Hex | 76 | 78 | 1F | 2 | 0 | 4A | 35 | 3D | 3B | 1E |
| Octal | 166 | 170 | 37 | 2 | 0 | 112 | 65 | 75 | 73 | 36 |
| Binary | 1110110 | 1111000 | 11111 | 10 | 0 | 1001010 | 110101 | 111101 | 111011 | 11110 |
Color Harmonies of #76781F
Complementary color
Monochromatic Colors of #76781F
Black with #76781F
Text Example
Text Example
White with #76781F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76781F; }
p { color: rgb(118,120,31); }
H1.HeaderClassName
{
color: #76781F;
}
.AnyTagClassName
{
color: #76781F;
}
</style>
background-color css
<style>
a { background-color: #76781F; }
a { background-color: rgb(118,120,31); }
div.DivClassName
{
background-color: #76781F;
}
.BgClassName
{
background-color: #76781F;
}
</style>
border-color css
<style>
span { border-color: #76781F; }
span { border-color: rgb(118,120,31); }
td.TdClassName
{
border-color: #76781F;
}
.TagClassName
{
border-color: #76781F;
}
</style>