Shades of Trendy Green #748117
Tints of Trendy Green #748117
RGB
CMYK
RGB Variations
Color information
#748117 (or 0x748117) is known color: Trendy Green. HEX triplet: 74, 81 and 17. RGB value is (116,129,23). Sum of RGB (Red+Green+Blue) = 116+129+23=268 (35% of max value = 765). Red value is 116 (45.70% from 255 or 43.28% from 268); Green value is 129 (50.78% from 255 or 48.13% from 268); Blue value is 23 (9.38% from 255 or 8.58% from 268); Max value from RGB is 129 - color contains mainly: green. Hex color #748117 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #748117 is #8B7EE8. Grayscale: #717171. Windows color (decimal): -9141993 or 1540468. OLE color: 1540468.
HSL color Cylindrical-coordinate representation of color #748117: hue angle of 67.36º degrees, saturation: 0.7, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #748117 is Cyan = 0.10, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 116 | 129 | 23 | - |
| CMYK | 0.10 | 0 | 0.82 | 0.49 |
| HSL | 67.36º | 0.7% | 0.3% | - |
| HSV(B) | 67.36º | 0.82% | 0.51% | - |
| XYZ | 15.21 | 19.48 | 3.77 | - |
| YUV | 113.03 | 77.19 | 130.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 129 | 23 | 0.10 | 0 | 0.82 | 0.49 | 67.36 | 0.7 | 0.3 |
| Hex | 74 | 81 | 17 | A | 0 | 52 | 31 | 43 | 46 | 1E |
| Octal | 164 | 201 | 27 | 12 | 0 | 122 | 61 | 103 | 106 | 36 |
| Binary | 1110100 | 10000001 | 10111 | 1010 | 0 | 1010010 | 110001 | 1000011 | 1000110 | 11110 |
Color Harmonies of #748117
Complementary color
Monochromatic Colors of #748117
Black with #748117
Text Example
Text Example
White with #748117
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #748117; }
p { color: rgb(116,129,23); }
H1.HeaderClassName
{
color: #748117;
}
.AnyTagClassName
{
color: #748117;
}
</style>
background-color css
<style>
a { background-color: #748117; }
a { background-color: rgb(116,129,23); }
div.DivClassName
{
background-color: #748117;
}
.BgClassName
{
background-color: #748117;
}
</style>
border-color css
<style>
span { border-color: #748117; }
span { border-color: rgb(116,129,23); }
td.TdClassName
{
border-color: #748117;
}
.TagClassName
{
border-color: #748117;
}
</style>