Shades of Trendy Green #748612
Tints of Trendy Green #748612
RGB
CMYK
RGB Variations
Color information
#748612 (or 0x748612) is known color: Trendy Green. HEX triplet: 74, 86 and 12. RGB value is (116,134,18). Sum of RGB (Red+Green+Blue) = 116+134+18=268 (35% of max value = 765). Red value is 116 (45.70% from 255 or 43.28% from 268); Green value is 134 (52.73% from 255 or 50% from 268); Blue value is 18 (7.42% from 255 or 6.72% from 268); Max value from RGB is 134 - color contains mainly: green. Hex color #748612 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #748612 is #8B79ED. Grayscale: #737373. Windows color (decimal): -9140718 or 1214068. OLE color: 1214068.
HSL color Cylindrical-coordinate representation of color #748612: hue angle of 69.31º degrees, saturation: 0.76, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #748612 is Cyan = 0.13, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 116 | 134 | 18 | - |
| CMYK | 0.13 | 0 | 0.87 | 0.47 |
| HSL | 69.31º | 0.76% | 0.3% | - |
| HSV(B) | 69.31º | 0.87% | 0.53% | - |
| XYZ | 15.84 | 20.81 | 3.75 | - |
| YUV | 115.39 | 73.04 | 128.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 134 | 18 | 0.13 | 0 | 0.87 | 0.47 | 69.31 | 0.76 | 0.3 |
| Hex | 74 | 86 | 12 | D | 0 | 57 | 2F | 45 | 4C | 1E |
| Octal | 164 | 206 | 22 | 15 | 0 | 127 | 57 | 105 | 114 | 36 |
| Binary | 1110100 | 10000110 | 10010 | 1101 | 0 | 1010111 | 101111 | 1000101 | 1001100 | 11110 |
Color Harmonies of #748612
Complementary color
Monochromatic Colors of #748612
Black with #748612
Text Example
Text Example
White with #748612
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #748612; }
p { color: rgb(116,134,18); }
H1.HeaderClassName
{
color: #748612;
}
.AnyTagClassName
{
color: #748612;
}
</style>
background-color css
<style>
a { background-color: #748612; }
a { background-color: rgb(116,134,18); }
div.DivClassName
{
background-color: #748612;
}
.BgClassName
{
background-color: #748612;
}
</style>
border-color css
<style>
span { border-color: #748612; }
span { border-color: rgb(116,134,18); }
td.TdClassName
{
border-color: #748612;
}
.TagClassName
{
border-color: #748612;
}
</style>