Shades of Olivetone #74772F
Tints of Olivetone #74772F
RGB
CMYK
RGB Variations
Color information
#74772F (or 0x74772F) is known color: Olivetone. HEX triplet: 74, 77 and 2F. RGB value is (116,119,47). Sum of RGB (Red+Green+Blue) = 116+119+47=282 (37% of max value = 765). Red value is 116 (45.70% from 255 or 41.13% from 282); Green value is 119 (46.88% from 255 or 42.20% from 282); Blue value is 47 (18.75% from 255 or 16.67% from 282); Max value from RGB is 119 - color contains mainly: green. Hex color #74772F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #74772F is #8B88D0. Grayscale: #6E6E6E. Windows color (decimal): -9144529 or 3110772. OLE color: 3110772.
HSL color Cylindrical-coordinate representation of color #74772F: hue angle of 62.5º degrees, saturation: 0.43, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #74772F is Cyan = 0.03, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 116 | 119 | 47 | - |
| CMYK | 0.03 | 0 | 0.61 | 0.53 |
| HSL | 62.5º | 0.43% | 0.33% | - |
| HSV(B) | 62.5º | 0.61% | 0.47% | - |
| XYZ | 14.31 | 17.11 | 5.24 | - |
| YUV | 109.9 | 92.51 | 132.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 119 | 47 | 0.03 | 0 | 0.61 | 0.53 | 62.5 | 0.43 | 0.33 |
| Hex | 74 | 77 | 2F | 3 | 0 | 3D | 35 | 3F | 2B | 21 |
| Octal | 164 | 167 | 57 | 3 | 0 | 75 | 65 | 77 | 53 | 41 |
| Binary | 1110100 | 1110111 | 101111 | 11 | 0 | 111101 | 110101 | 111111 | 101011 | 100001 |
Color Harmonies of #74772F
Complementary color
Monochromatic Colors of #74772F
Black with #74772F
Text Example
Text Example
White with #74772F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74772F; }
p { color: rgb(116,119,47); }
H1.HeaderClassName
{
color: #74772F;
}
.AnyTagClassName
{
color: #74772F;
}
</style>
background-color css
<style>
a { background-color: #74772F; }
a { background-color: rgb(116,119,47); }
div.DivClassName
{
background-color: #74772F;
}
.BgClassName
{
background-color: #74772F;
}
</style>
border-color css
<style>
span { border-color: #74772F; }
span { border-color: rgb(116,119,47); }
td.TdClassName
{
border-color: #74772F;
}
.TagClassName
{
border-color: #74772F;
}
</style>