Shades of Trendy Green #76831A
Tints of Trendy Green #76831A
RGB
CMYK
RGB Variations
Color information
#76831A (or 0x76831A) is known color: Trendy Green. HEX triplet: 76, 83 and 1A. RGB value is (118,131,26). Sum of RGB (Red+Green+Blue) = 118+131+26=275 (36% of max value = 765). Red value is 118 (46.48% from 255 or 42.91% from 275); Green value is 131 (51.56% from 255 or 47.64% from 275); Blue value is 26 (10.55% from 255 or 9.45% from 275); Max value from RGB is 131 - color contains mainly: green. Hex color #76831A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #76831A is #897CE5. Grayscale: #737373. Windows color (decimal): -9010406 or 1737590. OLE color: 1737590.
HSL color Cylindrical-coordinate representation of color #76831A: hue angle of 67.43º degrees, saturation: 0.67, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #76831A is Cyan = 0.10, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 118 | 131 | 26 | - |
| CMYK | 0.10 | 0 | 0.80 | 0.49 |
| HSL | 67.43º | 0.67% | 0.31% | - |
| HSV(B) | 67.43º | 0.8% | 0.51% | - |
| XYZ | 15.77 | 20.16 | 4.04 | - |
| YUV | 115.14 | 77.69 | 130.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 131 | 26 | 0.10 | 0 | 0.80 | 0.49 | 67.43 | 0.67 | 0.31 |
| Hex | 76 | 83 | 1A | A | 0 | 50 | 31 | 43 | 43 | 1F |
| Octal | 166 | 203 | 32 | 12 | 0 | 120 | 61 | 103 | 103 | 37 |
| Binary | 1110110 | 10000011 | 11010 | 1010 | 0 | 1010000 | 110001 | 1000011 | 1000011 | 11111 |
Color Harmonies of #76831A
Complementary color
Monochromatic Colors of #76831A
Black with #76831A
Text Example
Text Example
White with #76831A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76831A; }
p { color: rgb(118,131,26); }
H1.HeaderClassName
{
color: #76831A;
}
.AnyTagClassName
{
color: #76831A;
}
</style>
background-color css
<style>
a { background-color: #76831A; }
a { background-color: rgb(118,131,26); }
div.DivClassName
{
background-color: #76831A;
}
.BgClassName
{
background-color: #76831A;
}
</style>
border-color css
<style>
span { border-color: #76831A; }
span { border-color: rgb(118,131,26); }
td.TdClassName
{
border-color: #76831A;
}
.TagClassName
{
border-color: #76831A;
}
</style>