Shades of Olivetone #767125
Tints of Olivetone #767125
RGB
CMYK
RGB Variations
Color information
#767125 (or 0x767125) is known color: Olivetone. HEX triplet: 76, 71 and 25. RGB value is (118,113,37). Sum of RGB (Red+Green+Blue) = 118+113+37=268 (35% of max value = 765). Red value is 118 (46.48% from 255 or 44.03% from 268); Green value is 113 (44.53% from 255 or 42.16% from 268); Blue value is 37 (14.84% from 255 or 13.81% from 268); Max value from RGB is 118 - color contains mainly: red. Hex color #767125 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #767125 is #898EDA. Grayscale: #6A6A6A. Windows color (decimal): -9015003 or 2453878. OLE color: 2453878.
HSL color Cylindrical-coordinate representation of color #767125: hue angle of 56.3º degrees, saturation: 0.52, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #767125 is Cyan = 0, Magento = 0.04, Yellow = 0.69 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 113 | 37 | - |
| CMYK | 0 | 0.04 | 0.69 | 0.54 |
| HSL | 56.3º | 0.52% | 0.3% | - |
| HSV(B) | 56.3º | 0.69% | 0.46% | - |
| XYZ | 13.71 | 15.8 | 4.08 | - |
| YUV | 105.83 | 89.16 | 136.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 113 | 37 | 0 | 0.04 | 0.69 | 0.54 | 56.3 | 0.52 | 0.3 |
| Hex | 76 | 71 | 25 | 0 | 4 | 45 | 36 | 38 | 34 | 1E |
| Octal | 166 | 161 | 45 | 0 | 4 | 105 | 66 | 70 | 64 | 36 |
| Binary | 1110110 | 1110001 | 100101 | 0 | 100 | 1000101 | 110110 | 111000 | 110100 | 11110 |
Color Harmonies of #767125
Complementary color
Monochromatic Colors of #767125
Black with #767125
Text Example
Text Example
White with #767125
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #767125; }
p { color: rgb(118,113,37); }
H1.HeaderClassName
{
color: #767125;
}
.AnyTagClassName
{
color: #767125;
}
</style>
background-color css
<style>
a { background-color: #767125; }
a { background-color: rgb(118,113,37); }
div.DivClassName
{
background-color: #767125;
}
.BgClassName
{
background-color: #767125;
}
</style>
border-color css
<style>
span { border-color: #767125; }
span { border-color: rgb(118,113,37); }
td.TdClassName
{
border-color: #767125;
}
.TagClassName
{
border-color: #767125;
}
</style>