Shades of Trendy Green #747813
Tints of Trendy Green #747813
RGB
CMYK
RGB Variations
Color information
#747813 (or 0x747813) is known color: Trendy Green. HEX triplet: 74, 78 and 13. RGB value is (116,120,19). Sum of RGB (Red+Green+Blue) = 116+120+19=255 (33% of max value = 765). Red value is 116 (45.70% from 255 or 45.49% from 255); Green value is 120 (47.27% from 255 or 47.06% from 255); Blue value is 19 (7.81% from 255 or 7.45% from 255); Max value from RGB is 120 - color contains mainly: green. Hex color #747813 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #747813 is #8B87EC. Grayscale: #6B6B6B. Windows color (decimal): -9144301 or 1276020. OLE color: 1276020.
HSL color Cylindrical-coordinate representation of color #747813: hue angle of 62.38º degrees, saturation: 0.73, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #747813 is Cyan = 0.03, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 116 | 120 | 19 | - |
| CMYK | 0.03 | 0 | 0.84 | 0.53 |
| HSL | 62.38º | 0.73% | 0.27% | - |
| HSV(B) | 62.38º | 0.84% | 0.47% | - |
| XYZ | 14.04 | 17.19 | 3.19 | - |
| YUV | 107.29 | 78.17 | 134.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 120 | 19 | 0.03 | 0 | 0.84 | 0.53 | 62.38 | 0.73 | 0.27 |
| Hex | 74 | 78 | 13 | 3 | 0 | 54 | 35 | 3E | 49 | 1B |
| Octal | 164 | 170 | 23 | 3 | 0 | 124 | 65 | 76 | 111 | 33 |
| Binary | 1110100 | 1111000 | 10011 | 11 | 0 | 1010100 | 110101 | 111110 | 1001001 | 11011 |
Color Harmonies of #747813
Complementary color
Monochromatic Colors of #747813
Black with #747813
Text Example
Text Example
White with #747813
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #747813; }
p { color: rgb(116,120,19); }
H1.HeaderClassName
{
color: #747813;
}
.AnyTagClassName
{
color: #747813;
}
</style>
background-color css
<style>
a { background-color: #747813; }
a { background-color: rgb(116,120,19); }
div.DivClassName
{
background-color: #747813;
}
.BgClassName
{
background-color: #747813;
}
</style>
border-color css
<style>
span { border-color: #747813; }
span { border-color: rgb(116,120,19); }
td.TdClassName
{
border-color: #747813;
}
.TagClassName
{
border-color: #747813;
}
</style>