Shades of Trendy Green #747B27
Tints of Trendy Green #747B27
RGB
CMYK
RGB Variations
Color information
#747B27 (or 0x747B27) is known color: Trendy Green. HEX triplet: 74, 7B and 27. RGB value is (116,123,39). Sum of RGB (Red+Green+Blue) = 116+123+39=278 (36% of max value = 765). Red value is 116 (45.70% from 255 or 41.73% from 278); Green value is 123 (48.44% from 255 or 44.24% from 278); Blue value is 39 (15.62% from 255 or 14.03% from 278); Max value from RGB is 123 - color contains mainly: green. Hex color #747B27 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #747B27 is #8B84D8. Grayscale: #6F6F6F. Windows color (decimal): -9143513 or 2587508. OLE color: 2587508.
HSL color Cylindrical-coordinate representation of color #747B27: hue angle of 65º degrees, saturation: 0.52, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #747B27 is Cyan = 0.06, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 116 | 123 | 39 | - |
| CMYK | 0.06 | 0 | 0.68 | 0.52 |
| HSL | 65º | 0.52% | 0.32% | - |
| HSV(B) | 65º | 0.68% | 0.48% | - |
| XYZ | 14.65 | 18.03 | 4.63 | - |
| YUV | 111.33 | 87.18 | 131.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 123 | 39 | 0.06 | 0 | 0.68 | 0.52 | 65 | 0.52 | 0.32 |
| Hex | 74 | 7B | 27 | 6 | 0 | 44 | 34 | 41 | 34 | 20 |
| Octal | 164 | 173 | 47 | 6 | 0 | 104 | 64 | 101 | 64 | 40 |
| Binary | 1110100 | 1111011 | 100111 | 110 | 0 | 1000100 | 110100 | 1000001 | 110100 | 100000 |
Color Harmonies of #747B27
Complementary color
Monochromatic Colors of #747B27
Black with #747B27
Text Example
Text Example
White with #747B27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #747B27; }
p { color: rgb(116,123,39); }
H1.HeaderClassName
{
color: #747B27;
}
.AnyTagClassName
{
color: #747B27;
}
</style>
background-color css
<style>
a { background-color: #747B27; }
a { background-color: rgb(116,123,39); }
div.DivClassName
{
background-color: #747B27;
}
.BgClassName
{
background-color: #747B27;
}
</style>
border-color css
<style>
span { border-color: #747B27; }
span { border-color: rgb(116,123,39); }
td.TdClassName
{
border-color: #747B27;
}
.TagClassName
{
border-color: #747B27;
}
</style>