Shades of Trendy Green #75791C
Tints of Trendy Green #75791C
RGB
CMYK
RGB Variations
Color information
#75791C (or 0x75791C) is known color: Trendy Green. HEX triplet: 75, 79 and 1C. RGB value is (117,121,28). Sum of RGB (Red+Green+Blue) = 117+121+28=266 (35% of max value = 765). Red value is 117 (46.09% from 255 or 43.98% from 266); Green value is 121 (47.66% from 255 or 45.49% from 266); Blue value is 28 (11.33% from 255 or 10.53% from 266); Max value from RGB is 121 - color contains mainly: green. Hex color #75791C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #75791C is #8A86E3. Grayscale: #6D6D6D. Windows color (decimal): -9078500 or 1866101. OLE color: 1866101.
HSL color Cylindrical-coordinate representation of color #75791C: hue angle of 62.58º degrees, saturation: 0.62, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #75791C is Cyan = 0.03, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 117 | 121 | 28 | - |
| CMYK | 0.03 | 0 | 0.77 | 0.53 |
| HSL | 62.58º | 0.62% | 0.29% | - |
| HSV(B) | 62.58º | 0.77% | 0.47% | - |
| XYZ | 14.38 | 17.54 | 3.73 | - |
| YUV | 109.2 | 82.17 | 133.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 121 | 28 | 0.03 | 0 | 0.77 | 0.53 | 62.58 | 0.62 | 0.29 |
| Hex | 75 | 79 | 1C | 3 | 0 | 4D | 35 | 3F | 3E | 1D |
| Octal | 165 | 171 | 34 | 3 | 0 | 115 | 65 | 77 | 76 | 35 |
| Binary | 1110101 | 1111001 | 11100 | 11 | 0 | 1001101 | 110101 | 111111 | 111110 | 11101 |
Color Harmonies of #75791C
Complementary color
Monochromatic Colors of #75791C
Black with #75791C
Text Example
Text Example
White with #75791C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75791C; }
p { color: rgb(117,121,28); }
H1.HeaderClassName
{
color: #75791C;
}
.AnyTagClassName
{
color: #75791C;
}
</style>
background-color css
<style>
a { background-color: #75791C; }
a { background-color: rgb(117,121,28); }
div.DivClassName
{
background-color: #75791C;
}
.BgClassName
{
background-color: #75791C;
}
</style>
border-color css
<style>
span { border-color: #75791C; }
span { border-color: rgb(117,121,28); }
td.TdClassName
{
border-color: #75791C;
}
.TagClassName
{
border-color: #75791C;
}
</style>