Shades of Trendy Green #768130
Tints of Trendy Green #768130
RGB
CMYK
RGB Variations
Color information
#768130 (or 0x768130) is known color: Trendy Green. HEX triplet: 76, 81 and 30. RGB value is (118,129,48). Sum of RGB (Red+Green+Blue) = 118+129+48=295 (39% of max value = 765). Red value is 118 (46.48% from 255 or 40% from 295); Green value is 129 (50.78% from 255 or 43.73% from 295); Blue value is 48 (19.14% from 255 or 16.27% from 295); Max value from RGB is 129 - color contains mainly: green. Hex color #768130 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #768130 is #897ECF. Grayscale: #747474. Windows color (decimal): -9010896 or 3178870. OLE color: 3178870.
HSL color Cylindrical-coordinate representation of color #768130: hue angle of 68.15º degrees, saturation: 0.46, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #768130 is Cyan = 0.09, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 118 | 129 | 48 | - |
| CMYK | 0.09 | 0 | 0.63 | 0.49 |
| HSL | 68.15º | 0.46% | 0.35% | - |
| HSV(B) | 68.15º | 0.63% | 0.51% | - |
| XYZ | 15.85 | 19.77 | 5.78 | - |
| YUV | 116.48 | 89.36 | 129.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 129 | 48 | 0.09 | 0 | 0.63 | 0.49 | 68.15 | 0.46 | 0.35 |
| Hex | 76 | 81 | 30 | 9 | 0 | 3F | 31 | 44 | 2E | 23 |
| Octal | 166 | 201 | 60 | 11 | 0 | 77 | 61 | 104 | 56 | 43 |
| Binary | 1110110 | 10000001 | 110000 | 1001 | 0 | 111111 | 110001 | 1000100 | 101110 | 100011 |
Color Harmonies of #768130
Complementary color
Monochromatic Colors of #768130
Black with #768130
Text Example
Text Example
White with #768130
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #768130; }
p { color: rgb(118,129,48); }
H1.HeaderClassName
{
color: #768130;
}
.AnyTagClassName
{
color: #768130;
}
</style>
background-color css
<style>
a { background-color: #768130; }
a { background-color: rgb(118,129,48); }
div.DivClassName
{
background-color: #768130;
}
.BgClassName
{
background-color: #768130;
}
</style>
border-color css
<style>
span { border-color: #768130; }
span { border-color: rgb(118,129,48); }
td.TdClassName
{
border-color: #768130;
}
.TagClassName
{
border-color: #768130;
}
</style>