Shades of Trendy Green #75802C
Tints of Trendy Green #75802C
RGB
CMYK
RGB Variations
Color information
#75802C (or 0x75802C) is known color: Trendy Green. HEX triplet: 75, 80 and 2C. RGB value is (117,128,44). Sum of RGB (Red+Green+Blue) = 117+128+44=289 (38% of max value = 765). Red value is 117 (46.09% from 255 or 40.48% from 289); Green value is 128 (50.39% from 255 or 44.29% from 289); Blue value is 44 (17.58% from 255 or 15.22% from 289); Max value from RGB is 128 - color contains mainly: green. Hex color #75802C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #75802C is #8A7FD3. Grayscale: #737373. Windows color (decimal): -9076692 or 2916469. OLE color: 2916469.
HSL color Cylindrical-coordinate representation of color #75802C: hue angle of 67.86º degrees, saturation: 0.49, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #75802C is Cyan = 0.09, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 117 | 128 | 44 | - |
| CMYK | 0.09 | 0 | 0.66 | 0.50 |
| HSL | 67.86º | 0.49% | 0.34% | - |
| HSV(B) | 67.86º | 0.66% | 0.5% | - |
| XYZ | 15.51 | 19.4 | 5.31 | - |
| YUV | 115.14 | 87.86 | 129.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 128 | 44 | 0.09 | 0 | 0.66 | 0.50 | 67.86 | 0.49 | 0.34 |
| Hex | 75 | 80 | 2C | 9 | 0 | 42 | 32 | 44 | 31 | 22 |
| Octal | 165 | 200 | 54 | 11 | 0 | 102 | 62 | 104 | 61 | 42 |
| Binary | 1110101 | 10000000 | 101100 | 1001 | 0 | 1000010 | 110010 | 1000100 | 110001 | 100010 |
Color Harmonies of #75802C
Complementary color
Monochromatic Colors of #75802C
Black with #75802C
Text Example
Text Example
White with #75802C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75802C; }
p { color: rgb(117,128,44); }
H1.HeaderClassName
{
color: #75802C;
}
.AnyTagClassName
{
color: #75802C;
}
</style>
background-color css
<style>
a { background-color: #75802C; }
a { background-color: rgb(117,128,44); }
div.DivClassName
{
background-color: #75802C;
}
.BgClassName
{
background-color: #75802C;
}
</style>
border-color css
<style>
span { border-color: #75802C; }
span { border-color: rgb(117,128,44); }
td.TdClassName
{
border-color: #75802C;
}
.TagClassName
{
border-color: #75802C;
}
</style>