Shades of Olivetone #767025
Tints of Olivetone #767025
RGB
CMYK
RGB Variations
Color information
#767025 (or 0x767025) is known color: Olivetone. HEX triplet: 76, 70 and 25. RGB value is (118,112,37). Sum of RGB (Red+Green+Blue) = 118+112+37=267 (35% of max value = 765). Red value is 118 (46.48% from 255 or 44.19% from 267); Green value is 112 (44.14% from 255 or 41.95% from 267); Blue value is 37 (14.84% from 255 or 13.86% from 267); Max value from RGB is 118 - color contains mainly: red. Hex color #767025 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #767025 is #898FDA. Grayscale: #696969. Windows color (decimal): -9015259 or 2453622. OLE color: 2453622.
HSL color Cylindrical-coordinate representation of color #767025: hue angle of 55.56º 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 #767025 is Cyan = 0, Magento = 0.05, Yellow = 0.69 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 112 | 37 | - |
| CMYK | 0 | 0.05 | 0.69 | 0.54 |
| HSL | 55.56º | 0.52% | 0.3% | - |
| HSV(B) | 55.56º | 0.69% | 0.46% | - |
| XYZ | 13.6 | 15.57 | 4.04 | - |
| YUV | 105.24 | 89.49 | 137.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 112 | 37 | 0 | 0.05 | 0.69 | 0.54 | 55.56 | 0.52 | 0.3 |
| Hex | 76 | 70 | 25 | 0 | 5 | 45 | 36 | 38 | 34 | 1E |
| Octal | 166 | 160 | 45 | 0 | 5 | 105 | 66 | 70 | 64 | 36 |
| Binary | 1110110 | 1110000 | 100101 | 0 | 101 | 1000101 | 110110 | 111000 | 110100 | 11110 |
Color Harmonies of #767025
Complementary color
Monochromatic Colors of #767025
Black with #767025
Text Example
Text Example
White with #767025
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #767025; }
p { color: rgb(118,112,37); }
H1.HeaderClassName
{
color: #767025;
}
.AnyTagClassName
{
color: #767025;
}
</style>
background-color css
<style>
a { background-color: #767025; }
a { background-color: rgb(118,112,37); }
div.DivClassName
{
background-color: #767025;
}
.BgClassName
{
background-color: #767025;
}
</style>
border-color css
<style>
span { border-color: #767025; }
span { border-color: rgb(118,112,37); }
td.TdClassName
{
border-color: #767025;
}
.TagClassName
{
border-color: #767025;
}
</style>