Shades of Trendy Green #768A1D
Tints of Trendy Green #768A1D
RGB
CMYK
RGB Variations
Color information
#768A1D (or 0x768A1D) is known color: Trendy Green. HEX triplet: 76, 8A and 1D. RGB value is (118,138,29). Sum of RGB (Red+Green+Blue) = 118+138+29=285 (37% of max value = 765). Red value is 118 (46.48% from 255 or 41.40% from 285); Green value is 138 (54.30% from 255 or 48.42% from 285); Blue value is 29 (11.72% from 255 or 10.18% from 285); Max value from RGB is 138 - color contains mainly: green. Hex color #768A1D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #768A1D is #8975E2. Grayscale: #787878. Windows color (decimal): -9008611 or 1935990. OLE color: 1935990.
HSL color Cylindrical-coordinate representation of color #768A1D: hue angle of 71.01º degrees, saturation: 0.65, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #768A1D is Cyan = 0.14, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 118 | 138 | 29 | - |
| CMYK | 0.14 | 0 | 0.79 | 0.46 |
| HSL | 71.01º | 0.65% | 0.33% | - |
| HSV(B) | 71.01º | 0.79% | 0.54% | - |
| XYZ | 16.78 | 22.12 | 4.55 | - |
| YUV | 119.59 | 76.87 | 126.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 138 | 29 | 0.14 | 0 | 0.79 | 0.46 | 71.01 | 0.65 | 0.33 |
| Hex | 76 | 8A | 1D | E | 0 | 4F | 2E | 47 | 41 | 21 |
| Octal | 166 | 212 | 35 | 16 | 0 | 117 | 56 | 107 | 101 | 41 |
| Binary | 1110110 | 10001010 | 11101 | 1110 | 0 | 1001111 | 101110 | 1000111 | 1000001 | 100001 |
Color Harmonies of #768A1D
Complementary color
Monochromatic Colors of #768A1D
Black with #768A1D
Text Example
Text Example
White with #768A1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #768A1D; }
p { color: rgb(118,138,29); }
H1.HeaderClassName
{
color: #768A1D;
}
.AnyTagClassName
{
color: #768A1D;
}
</style>
background-color css
<style>
a { background-color: #768A1D; }
a { background-color: rgb(118,138,29); }
div.DivClassName
{
background-color: #768A1D;
}
.BgClassName
{
background-color: #768A1D;
}
</style>
border-color css
<style>
span { border-color: #768A1D; }
span { border-color: rgb(118,138,29); }
td.TdClassName
{
border-color: #768A1D;
}
.TagClassName
{
border-color: #768A1D;
}
</style>