Shades of Trendy Green #76811F
Tints of Trendy Green #76811F
RGB
CMYK
RGB Variations
Color information
#76811F (or 0x76811F) is known color: Trendy Green. HEX triplet: 76, 81 and 1F. RGB value is (118,129,31). Sum of RGB (Red+Green+Blue) = 118+129+31=278 (36% of max value = 765). Red value is 118 (46.48% from 255 or 42.45% from 278); Green value is 129 (50.78% from 255 or 46.40% from 278); Blue value is 31 (12.5% from 255 or 11.15% from 278); Max value from RGB is 129 - color contains mainly: green. Hex color #76811F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #76811F is #897EE0. Grayscale: #727272. Windows color (decimal): -9010913 or 2064758. OLE color: 2064758.
HSL color Cylindrical-coordinate representation of color #76811F: hue angle of 66.73º degrees, saturation: 0.61, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #76811F is Cyan = 0.09, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 118 | 129 | 31 | - |
| CMYK | 0.09 | 0 | 0.76 | 0.49 |
| HSL | 66.73º | 0.61% | 0.31% | - |
| HSV(B) | 66.73º | 0.76% | 0.51% | - |
| XYZ | 15.57 | 19.65 | 4.27 | - |
| YUV | 114.54 | 80.86 | 130.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 129 | 31 | 0.09 | 0 | 0.76 | 0.49 | 66.73 | 0.61 | 0.31 |
| Hex | 76 | 81 | 1F | 9 | 0 | 4C | 31 | 43 | 3D | 1F |
| Octal | 166 | 201 | 37 | 11 | 0 | 114 | 61 | 103 | 75 | 37 |
| Binary | 1110110 | 10000001 | 11111 | 1001 | 0 | 1001100 | 110001 | 1000011 | 111101 | 11111 |
Color Harmonies of #76811F
Complementary color
Monochromatic Colors of #76811F
Black with #76811F
Text Example
Text Example
White with #76811F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76811F; }
p { color: rgb(118,129,31); }
H1.HeaderClassName
{
color: #76811F;
}
.AnyTagClassName
{
color: #76811F;
}
</style>
background-color css
<style>
a { background-color: #76811F; }
a { background-color: rgb(118,129,31); }
div.DivClassName
{
background-color: #76811F;
}
.BgClassName
{
background-color: #76811F;
}
</style>
border-color css
<style>
span { border-color: #76811F; }
span { border-color: rgb(118,129,31); }
td.TdClassName
{
border-color: #76811F;
}
.TagClassName
{
border-color: #76811F;
}
</style>