Shades of Olivetone #74771E
Tints of Olivetone #74771E
RGB
CMYK
RGB Variations
Color information
#74771E (or 0x74771E) is known color: Olivetone. HEX triplet: 74, 77 and 1E. RGB value is (116,119,30). Sum of RGB (Red+Green+Blue) = 116+119+30=265 (35% of max value = 765). Red value is 116 (45.70% from 255 or 43.77% from 265); Green value is 119 (46.88% from 255 or 44.91% from 265); Blue value is 30 (12.11% from 255 or 11.32% from 265); Max value from RGB is 119 - color contains mainly: green. Hex color #74771E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #74771E is #8B88E1. Grayscale: #6C6C6C. Windows color (decimal): -9144546 or 1996660. OLE color: 1996660.
HSL color Cylindrical-coordinate representation of color #74771E: hue angle of 62.02º degrees, saturation: 0.6, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #74771E is Cyan = 0.03, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 116 | 119 | 30 | - |
| CMYK | 0.03 | 0 | 0.75 | 0.53 |
| HSL | 62.02º | 0.6% | 0.29% | - |
| HSV(B) | 62.02º | 0.75% | 0.47% | - |
| XYZ | 14.03 | 17 | 3.77 | - |
| YUV | 107.96 | 84.01 | 133.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 119 | 30 | 0.03 | 0 | 0.75 | 0.53 | 62.02 | 0.6 | 0.29 |
| Hex | 74 | 77 | 1E | 3 | 0 | 4B | 35 | 3E | 3C | 1D |
| Octal | 164 | 167 | 36 | 3 | 0 | 113 | 65 | 76 | 74 | 35 |
| Binary | 1110100 | 1110111 | 11110 | 11 | 0 | 1001011 | 110101 | 111110 | 111100 | 11101 |
Color Harmonies of #74771E
Complementary color
Monochromatic Colors of #74771E
Black with #74771E
Text Example
Text Example
White with #74771E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74771E; }
p { color: rgb(116,119,30); }
H1.HeaderClassName
{
color: #74771E;
}
.AnyTagClassName
{
color: #74771E;
}
</style>
background-color css
<style>
a { background-color: #74771E; }
a { background-color: rgb(116,119,30); }
div.DivClassName
{
background-color: #74771E;
}
.BgClassName
{
background-color: #74771E;
}
</style>
border-color css
<style>
span { border-color: #74771E; }
span { border-color: rgb(116,119,30); }
td.TdClassName
{
border-color: #74771E;
}
.TagClassName
{
border-color: #74771E;
}
</style>