Shades of Olivetone #787725
Tints of Olivetone #787725
RGB
CMYK
RGB Variations
Color information
#787725 (or 0x787725) is known color: Olivetone. HEX triplet: 78, 77 and 25. RGB value is (120,119,37). Sum of RGB (Red+Green+Blue) = 120+119+37=276 (36% of max value = 765). Red value is 120 (47.27% from 255 or 43.48% from 276); Green value is 119 (46.88% from 255 or 43.12% from 276); Blue value is 37 (14.84% from 255 or 13.41% from 276); Max value from RGB is 120 - color contains mainly: red. Hex color #787725 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #787725 is #8788DA. Grayscale: #6E6E6E. Windows color (decimal): -8882395 or 2455416. OLE color: 2455416.
HSL color Cylindrical-coordinate representation of color #787725: hue angle of 59.28º 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 #787725 is Cyan = 0, Magento = 0.01, Yellow = 0.69 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 119 | 37 | - |
| CMYK | 0 | 0.01 | 0.69 | 0.53 |
| HSL | 59.28º | 0.53% | 0.31% | - |
| HSV(B) | 59.28º | 0.69% | 0.47% | - |
| XYZ | 14.68 | 17.32 | 4.32 | - |
| YUV | 109.95 | 86.83 | 135.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 119 | 37 | 0 | 0.01 | 0.69 | 0.53 | 59.28 | 0.53 | 0.31 |
| Hex | 78 | 77 | 25 | 0 | 1 | 45 | 35 | 3B | 35 | 1F |
| Octal | 170 | 167 | 45 | 0 | 1 | 105 | 65 | 73 | 65 | 37 |
| Binary | 1111000 | 1110111 | 100101 | 0 | 1 | 1000101 | 110101 | 111011 | 110101 | 11111 |
Color Harmonies of #787725
Complementary color
Monochromatic Colors of #787725
Black with #787725
Text Example
Text Example
White with #787725
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #787725; }
p { color: rgb(120,119,37); }
H1.HeaderClassName
{
color: #787725;
}
.AnyTagClassName
{
color: #787725;
}
</style>
background-color css
<style>
a { background-color: #787725; }
a { background-color: rgb(120,119,37); }
div.DivClassName
{
background-color: #787725;
}
.BgClassName
{
background-color: #787725;
}
</style>
border-color css
<style>
span { border-color: #787725; }
span { border-color: rgb(120,119,37); }
td.TdClassName
{
border-color: #787725;
}
.TagClassName
{
border-color: #787725;
}
</style>