Shades of Trendy Green #76802F
Tints of Trendy Green #76802F
RGB
CMYK
RGB Variations
Color information
#76802F (or 0x76802F) is known color: Trendy Green. HEX triplet: 76, 80 and 2F. RGB value is (118,128,47). Sum of RGB (Red+Green+Blue) = 118+128+47=293 (38% of max value = 765). Red value is 118 (46.48% from 255 or 40.27% from 293); Green value is 128 (50.39% from 255 or 43.69% from 293); Blue value is 47 (18.75% from 255 or 16.04% from 293); Max value from RGB is 128 - color contains mainly: green. Hex color #76802F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #76802F is #897FD0. Grayscale: #747474. Windows color (decimal): -9011153 or 3113078. OLE color: 3113078.
HSL color Cylindrical-coordinate representation of color #76802F: hue angle of 67.41º degrees, saturation: 0.46, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #76802F is Cyan = 0.08, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 118 | 128 | 47 | - |
| CMYK | 0.08 | 0 | 0.63 | 0.50 |
| HSL | 67.41º | 0.46% | 0.34% | - |
| HSV(B) | 67.41º | 0.63% | 0.5% | - |
| XYZ | 15.7 | 19.5 | 5.62 | - |
| YUV | 115.78 | 89.19 | 129.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 128 | 47 | 0.08 | 0 | 0.63 | 0.50 | 67.41 | 0.46 | 0.34 |
| Hex | 76 | 80 | 2F | 8 | 0 | 3F | 32 | 43 | 2E | 22 |
| Octal | 166 | 200 | 57 | 10 | 0 | 77 | 62 | 103 | 56 | 42 |
| Binary | 1110110 | 10000000 | 101111 | 1000 | 0 | 111111 | 110010 | 1000011 | 101110 | 100010 |
Color Harmonies of #76802F
Complementary color
Monochromatic Colors of #76802F
Black with #76802F
Text Example
Text Example
White with #76802F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76802F; }
p { color: rgb(118,128,47); }
H1.HeaderClassName
{
color: #76802F;
}
.AnyTagClassName
{
color: #76802F;
}
</style>
background-color css
<style>
a { background-color: #76802F; }
a { background-color: rgb(118,128,47); }
div.DivClassName
{
background-color: #76802F;
}
.BgClassName
{
background-color: #76802F;
}
</style>
border-color css
<style>
span { border-color: #76802F; }
span { border-color: rgb(118,128,47); }
td.TdClassName
{
border-color: #76802F;
}
.TagClassName
{
border-color: #76802F;
}
</style>