Shades of Trendy Green #768A1C
Tints of Trendy Green #768A1C
RGB
CMYK
RGB Variations
Color information
#768A1C (or 0x768A1C) is known color: Trendy Green. HEX triplet: 76, 8A and 1C. RGB value is (118,138,28). Sum of RGB (Red+Green+Blue) = 118+138+28=284 (37% of max value = 765). Red value is 118 (46.48% from 255 or 41.55% from 284); Green value is 138 (54.30% from 255 or 48.59% from 284); Blue value is 28 (11.33% from 255 or 9.86% from 284); Max value from RGB is 138 - color contains mainly: green. Hex color #768A1C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #768A1C is #8975E3. Grayscale: #777777. Windows color (decimal): -9008612 or 1870454. OLE color: 1870454.
HSL color Cylindrical-coordinate representation of color #768A1C: hue angle of 70.91º degrees, saturation: 0.66, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #768A1C is Cyan = 0.14, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 118 | 138 | 28 | - |
| CMYK | 0.14 | 0 | 0.80 | 0.46 |
| HSL | 70.91º | 0.66% | 0.33% | - |
| HSV(B) | 70.91º | 0.8% | 0.54% | - |
| XYZ | 16.77 | 22.11 | 4.48 | - |
| YUV | 119.48 | 76.37 | 126.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 138 | 28 | 0.14 | 0 | 0.80 | 0.46 | 70.91 | 0.66 | 0.33 |
| Hex | 76 | 8A | 1C | E | 0 | 50 | 2E | 47 | 42 | 21 |
| Octal | 166 | 212 | 34 | 16 | 0 | 120 | 56 | 107 | 102 | 41 |
| Binary | 1110110 | 10001010 | 11100 | 1110 | 0 | 1010000 | 101110 | 1000111 | 1000010 | 100001 |
Color Harmonies of #768A1C
Complementary color
Monochromatic Colors of #768A1C
Black with #768A1C
Text Example
Text Example
White with #768A1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #768A1C; }
p { color: rgb(118,138,28); }
H1.HeaderClassName
{
color: #768A1C;
}
.AnyTagClassName
{
color: #768A1C;
}
</style>
background-color css
<style>
a { background-color: #768A1C; }
a { background-color: rgb(118,138,28); }
div.DivClassName
{
background-color: #768A1C;
}
.BgClassName
{
background-color: #768A1C;
}
</style>
border-color css
<style>
span { border-color: #768A1C; }
span { border-color: rgb(118,138,28); }
td.TdClassName
{
border-color: #768A1C;
}
.TagClassName
{
border-color: #768A1C;
}
</style>