Shades of Trendy Green #76812D
Tints of Trendy Green #76812D
RGB
CMYK
RGB Variations
Color information
#76812D (or 0x76812D) is known color: Trendy Green. HEX triplet: 76, 81 and 2D. RGB value is (118,129,45). Sum of RGB (Red+Green+Blue) = 118+129+45=292 (38% of max value = 765). Red value is 118 (46.48% from 255 or 40.41% from 292); Green value is 129 (50.78% from 255 or 44.18% from 292); Blue value is 45 (17.97% from 255 or 15.41% from 292); Max value from RGB is 129 - color contains mainly: green. Hex color #76812D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #76812D is #897ED2. Grayscale: #747474. Windows color (decimal): -9010899 or 2982262. OLE color: 2982262.
HSL color Cylindrical-coordinate representation of color #76812D: hue angle of 67.86º degrees, saturation: 0.48, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #76812D is Cyan = 0.09, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 118 | 129 | 45 | - |
| CMYK | 0.09 | 0 | 0.65 | 0.49 |
| HSL | 67.86º | 0.48% | 0.34% | - |
| HSV(B) | 67.86º | 0.65% | 0.51% | - |
| XYZ | 15.8 | 19.74 | 5.46 | - |
| YUV | 116.14 | 87.86 | 129.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 129 | 45 | 0.09 | 0 | 0.65 | 0.49 | 67.86 | 0.48 | 0.34 |
| Hex | 76 | 81 | 2D | 9 | 0 | 41 | 31 | 44 | 30 | 22 |
| Octal | 166 | 201 | 55 | 11 | 0 | 101 | 61 | 104 | 60 | 42 |
| Binary | 1110110 | 10000001 | 101101 | 1001 | 0 | 1000001 | 110001 | 1000100 | 110000 | 100010 |
Color Harmonies of #76812D
Complementary color
Monochromatic Colors of #76812D
Black with #76812D
Text Example
Text Example
White with #76812D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76812D; }
p { color: rgb(118,129,45); }
H1.HeaderClassName
{
color: #76812D;
}
.AnyTagClassName
{
color: #76812D;
}
</style>
background-color css
<style>
a { background-color: #76812D; }
a { background-color: rgb(118,129,45); }
div.DivClassName
{
background-color: #76812D;
}
.BgClassName
{
background-color: #76812D;
}
</style>
border-color css
<style>
span { border-color: #76812D; }
span { border-color: rgb(118,129,45); }
td.TdClassName
{
border-color: #76812D;
}
.TagClassName
{
border-color: #76812D;
}
</style>