Shades of Olivetone #74771D
Tints of Olivetone #74771D
RGB
CMYK
RGB Variations
Color information
#74771D (or 0x74771D) is known color: Olivetone. HEX triplet: 74, 77 and 1D. RGB value is (116,119,29). Sum of RGB (Red+Green+Blue) = 116+119+29=264 (34% of max value = 765). Red value is 116 (45.70% from 255 or 43.94% from 264); Green value is 119 (46.88% from 255 or 45.08% from 264); Blue value is 29 (11.72% from 255 or 10.98% from 264); Max value from RGB is 119 - color contains mainly: green. Hex color #74771D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #74771D is #8B88E2. Grayscale: #6C6C6C. Windows color (decimal): -9144547 or 1931124. OLE color: 1931124.
HSL color Cylindrical-coordinate representation of color #74771D: hue angle of 62º degrees, saturation: 0.61, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #74771D is Cyan = 0.03, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 116 | 119 | 29 | - |
| CMYK | 0.03 | 0 | 0.76 | 0.53 |
| HSL | 62º | 0.61% | 0.29% | - |
| HSV(B) | 62º | 0.76% | 0.47% | - |
| XYZ | 14.02 | 17 | 3.7 | - |
| YUV | 107.84 | 83.51 | 133.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 119 | 29 | 0.03 | 0 | 0.76 | 0.53 | 62 | 0.61 | 0.29 |
| Hex | 74 | 77 | 1D | 3 | 0 | 4C | 35 | 3E | 3D | 1D |
| Octal | 164 | 167 | 35 | 3 | 0 | 114 | 65 | 76 | 75 | 35 |
| Binary | 1110100 | 1110111 | 11101 | 11 | 0 | 1001100 | 110101 | 111110 | 111101 | 11101 |
Color Harmonies of #74771D
Complementary color
Monochromatic Colors of #74771D
Black with #74771D
Text Example
Text Example
White with #74771D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74771D; }
p { color: rgb(116,119,29); }
H1.HeaderClassName
{
color: #74771D;
}
.AnyTagClassName
{
color: #74771D;
}
</style>
background-color css
<style>
a { background-color: #74771D; }
a { background-color: rgb(116,119,29); }
div.DivClassName
{
background-color: #74771D;
}
.BgClassName
{
background-color: #74771D;
}
</style>
border-color css
<style>
span { border-color: #74771D; }
span { border-color: rgb(116,119,29); }
td.TdClassName
{
border-color: #74771D;
}
.TagClassName
{
border-color: #74771D;
}
</style>