Shades of Trendy Green #748819
Tints of Trendy Green #748819
RGB
CMYK
RGB Variations
Color information
#748819 (or 0x748819) is known color: Trendy Green. HEX triplet: 74, 88 and 19. RGB value is (116,136,25). Sum of RGB (Red+Green+Blue) = 116+136+25=277 (36% of max value = 765). Red value is 116 (45.70% from 255 or 41.88% from 277); Green value is 136 (53.52% from 255 or 49.10% from 277); Blue value is 25 (10.16% from 255 or 9.03% from 277); Max value from RGB is 136 - color contains mainly: green. Hex color #748819 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #748819 is #8B77E6. Grayscale: #757575. Windows color (decimal): -9140199 or 1673332. OLE color: 1673332.
HSL color Cylindrical-coordinate representation of color #748819: hue angle of 70.81º degrees, saturation: 0.69, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #748819 is Cyan = 0.15, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 116 | 136 | 25 | - |
| CMYK | 0.15 | 0 | 0.82 | 0.47 |
| HSL | 70.81º | 0.69% | 0.32% | - |
| HSV(B) | 70.81º | 0.82% | 0.53% | - |
| XYZ | 16.18 | 21.39 | 4.2 | - |
| YUV | 117.37 | 75.87 | 127.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 136 | 25 | 0.15 | 0 | 0.82 | 0.47 | 70.81 | 0.69 | 0.32 |
| Hex | 74 | 88 | 19 | F | 0 | 52 | 2F | 47 | 45 | 20 |
| Octal | 164 | 210 | 31 | 17 | 0 | 122 | 57 | 107 | 105 | 40 |
| Binary | 1110100 | 10001000 | 11001 | 1111 | 0 | 1010010 | 101111 | 1000111 | 1000101 | 100000 |
Color Harmonies of #748819
Complementary color
Monochromatic Colors of #748819
Black with #748819
Text Example
Text Example
White with #748819
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #748819; }
p { color: rgb(116,136,25); }
H1.HeaderClassName
{
color: #748819;
}
.AnyTagClassName
{
color: #748819;
}
</style>
background-color css
<style>
a { background-color: #748819; }
a { background-color: rgb(116,136,25); }
div.DivClassName
{
background-color: #748819;
}
.BgClassName
{
background-color: #748819;
}
</style>
border-color css
<style>
span { border-color: #748819; }
span { border-color: rgb(116,136,25); }
td.TdClassName
{
border-color: #748819;
}
.TagClassName
{
border-color: #748819;
}
</style>