Shades of Trendy Green #75802D
Tints of Trendy Green #75802D
RGB
CMYK
RGB Variations
Color information
#75802D (or 0x75802D) is known color: Trendy Green. HEX triplet: 75, 80 and 2D. RGB value is (117,128,45). Sum of RGB (Red+Green+Blue) = 117+128+45=290 (38% of max value = 765). Red value is 117 (46.09% from 255 or 40.34% from 290); Green value is 128 (50.39% from 255 or 44.14% from 290); Blue value is 45 (17.97% from 255 or 15.52% from 290); Max value from RGB is 128 - color contains mainly: green. Hex color #75802D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #75802D is #8A7FD2. Grayscale: #737373. Windows color (decimal): -9076691 or 2982005. OLE color: 2982005.
HSL color Cylindrical-coordinate representation of color #75802D: hue angle of 67.95º degrees, saturation: 0.48, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #75802D is Cyan = 0.09, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 117 | 128 | 45 | - |
| CMYK | 0.09 | 0 | 0.65 | 0.50 |
| HSL | 67.95º | 0.48% | 0.34% | - |
| HSV(B) | 67.95º | 0.65% | 0.5% | - |
| XYZ | 15.53 | 19.41 | 5.41 | - |
| YUV | 115.25 | 88.36 | 129.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 128 | 45 | 0.09 | 0 | 0.65 | 0.50 | 67.95 | 0.48 | 0.34 |
| Hex | 75 | 80 | 2D | 9 | 0 | 41 | 32 | 44 | 30 | 22 |
| Octal | 165 | 200 | 55 | 11 | 0 | 101 | 62 | 104 | 60 | 42 |
| Binary | 1110101 | 10000000 | 101101 | 1001 | 0 | 1000001 | 110010 | 1000100 | 110000 | 100010 |
Color Harmonies of #75802D
Complementary color
Monochromatic Colors of #75802D
Black with #75802D
Text Example
Text Example
White with #75802D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75802D; }
p { color: rgb(117,128,45); }
H1.HeaderClassName
{
color: #75802D;
}
.AnyTagClassName
{
color: #75802D;
}
</style>
background-color css
<style>
a { background-color: #75802D; }
a { background-color: rgb(117,128,45); }
div.DivClassName
{
background-color: #75802D;
}
.BgClassName
{
background-color: #75802D;
}
</style>
border-color css
<style>
span { border-color: #75802D; }
span { border-color: rgb(117,128,45); }
td.TdClassName
{
border-color: #75802D;
}
.TagClassName
{
border-color: #75802D;
}
</style>