Shades of Trendy Green #768117
Tints of Trendy Green #768117
RGB
CMYK
RGB Variations
Color information
#768117 (or 0x768117) is known color: Trendy Green. HEX triplet: 76, 81 and 17. RGB value is (118,129,23). Sum of RGB (Red+Green+Blue) = 118+129+23=270 (35% of max value = 765). Red value is 118 (46.48% from 255 or 43.70% from 270); Green value is 129 (50.78% from 255 or 47.78% from 270); Blue value is 23 (9.38% from 255 or 8.52% from 270); Max value from RGB is 129 - color contains mainly: green. Hex color #768117 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #768117 is #897EE8. Grayscale: #727272. Windows color (decimal): -9010921 or 1540470. OLE color: 1540470.
HSL color Cylindrical-coordinate representation of color #768117: hue angle of 66.23º degrees, saturation: 0.7, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #768117 is Cyan = 0.09, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 118 | 129 | 23 | - |
| CMYK | 0.09 | 0 | 0.82 | 0.49 |
| HSL | 66.23º | 0.7% | 0.3% | - |
| HSV(B) | 66.23º | 0.82% | 0.51% | - |
| XYZ | 15.48 | 19.61 | 3.78 | - |
| YUV | 113.63 | 76.86 | 131.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 129 | 23 | 0.09 | 0 | 0.82 | 0.49 | 66.23 | 0.7 | 0.3 |
| Hex | 76 | 81 | 17 | 9 | 0 | 52 | 31 | 42 | 46 | 1E |
| Octal | 166 | 201 | 27 | 11 | 0 | 122 | 61 | 102 | 106 | 36 |
| Binary | 1110110 | 10000001 | 10111 | 1001 | 0 | 1010010 | 110001 | 1000010 | 1000110 | 11110 |
Color Harmonies of #768117
Complementary color
Monochromatic Colors of #768117
Black with #768117
Text Example
Text Example
White with #768117
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #768117; }
p { color: rgb(118,129,23); }
H1.HeaderClassName
{
color: #768117;
}
.AnyTagClassName
{
color: #768117;
}
</style>
background-color css
<style>
a { background-color: #768117; }
a { background-color: rgb(118,129,23); }
div.DivClassName
{
background-color: #768117;
}
.BgClassName
{
background-color: #768117;
}
</style>
border-color css
<style>
span { border-color: #768117; }
span { border-color: rgb(118,129,23); }
td.TdClassName
{
border-color: #768117;
}
.TagClassName
{
border-color: #768117;
}
</style>