Shades of Olivetone #767725
Tints of Olivetone #767725
RGB
CMYK
RGB Variations
Color information
#767725 (or 0x767725) is known color: Olivetone. HEX triplet: 76, 77 and 25. RGB value is (118,119,37). Sum of RGB (Red+Green+Blue) = 118+119+37=274 (36% of max value = 765). Red value is 118 (46.48% from 255 or 43.07% from 274); Green value is 119 (46.88% from 255 or 43.43% from 274); Blue value is 37 (14.84% from 255 or 13.50% from 274); Max value from RGB is 119 - color contains mainly: green. Hex color #767725 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #767725 is #8988DA. Grayscale: #6D6D6D. Windows color (decimal): -9013467 or 2455414. OLE color: 2455414.
HSL color Cylindrical-coordinate representation of color #767725: hue angle of 60.73º degrees, saturation: 0.53, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #767725 is Cyan = 0.01, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 118 | 119 | 37 | - |
| CMYK | 0.01 | 0 | 0.69 | 0.53 |
| HSL | 60.73º | 0.53% | 0.31% | - |
| HSV(B) | 60.73º | 0.69% | 0.47% | - |
| XYZ | 14.4 | 17.18 | 4.31 | - |
| YUV | 109.35 | 87.17 | 134.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 119 | 37 | 0.01 | 0 | 0.69 | 0.53 | 60.73 | 0.53 | 0.31 |
| Hex | 76 | 77 | 25 | 1 | 0 | 45 | 35 | 3D | 35 | 1F |
| Octal | 166 | 167 | 45 | 1 | 0 | 105 | 65 | 75 | 65 | 37 |
| Binary | 1110110 | 1110111 | 100101 | 1 | 0 | 1000101 | 110101 | 111101 | 110101 | 11111 |
Color Harmonies of #767725
Complementary color
Monochromatic Colors of #767725
Black with #767725
Text Example
Text Example
White with #767725
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #767725; }
p { color: rgb(118,119,37); }
H1.HeaderClassName
{
color: #767725;
}
.AnyTagClassName
{
color: #767725;
}
</style>
background-color css
<style>
a { background-color: #767725; }
a { background-color: rgb(118,119,37); }
div.DivClassName
{
background-color: #767725;
}
.BgClassName
{
background-color: #767725;
}
</style>
border-color css
<style>
span { border-color: #767725; }
span { border-color: rgb(118,119,37); }
td.TdClassName
{
border-color: #767725;
}
.TagClassName
{
border-color: #767725;
}
</style>