Shades of Trendy Green #748015
Tints of Trendy Green #748015
RGB
CMYK
RGB Variations
Color information
#748015 (or 0x748015) is known color: Trendy Green. HEX triplet: 74, 80 and 15. RGB value is (116,128,21). Sum of RGB (Red+Green+Blue) = 116+128+21=265 (35% of max value = 765). Red value is 116 (45.70% from 255 or 43.77% from 265); Green value is 128 (50.39% from 255 or 48.30% from 265); Blue value is 21 (8.59% from 255 or 7.92% from 265); Max value from RGB is 128 - color contains mainly: green. Hex color #748015 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #748015 is #8B7FEA. Grayscale: #707070. Windows color (decimal): -9142251 or 1409140. OLE color: 1409140.
HSL color Cylindrical-coordinate representation of color #748015: hue angle of 66.73º degrees, saturation: 0.72, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #748015 is Cyan = 0.09, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 116 | 128 | 21 | - |
| CMYK | 0.09 | 0 | 0.84 | 0.50 |
| HSL | 66.73º | 0.72% | 0.29% | - |
| HSV(B) | 66.73º | 0.84% | 0.5% | - |
| XYZ | 15.06 | 19.21 | 3.62 | - |
| YUV | 112.21 | 76.52 | 130.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 128 | 21 | 0.09 | 0 | 0.84 | 0.50 | 66.73 | 0.72 | 0.29 |
| Hex | 74 | 80 | 15 | 9 | 0 | 54 | 32 | 43 | 48 | 1D |
| Octal | 164 | 200 | 25 | 11 | 0 | 124 | 62 | 103 | 110 | 35 |
| Binary | 1110100 | 10000000 | 10101 | 1001 | 0 | 1010100 | 110010 | 1000011 | 1001000 | 11101 |
Color Harmonies of #748015
Complementary color
Monochromatic Colors of #748015
Black with #748015
Text Example
Text Example
White with #748015
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #748015; }
p { color: rgb(116,128,21); }
H1.HeaderClassName
{
color: #748015;
}
.AnyTagClassName
{
color: #748015;
}
</style>
background-color css
<style>
a { background-color: #748015; }
a { background-color: rgb(116,128,21); }
div.DivClassName
{
background-color: #748015;
}
.BgClassName
{
background-color: #748015;
}
</style>
border-color css
<style>
span { border-color: #748015; }
span { border-color: rgb(116,128,21); }
td.TdClassName
{
border-color: #748015;
}
.TagClassName
{
border-color: #748015;
}
</style>