Shades of Trendy Green #75881C
Tints of Trendy Green #75881C
RGB
CMYK
RGB Variations
Color information
#75881C (or 0x75881C) is known color: Trendy Green. HEX triplet: 75, 88 and 1C. RGB value is (117,136,28). Sum of RGB (Red+Green+Blue) = 117+136+28=281 (37% of max value = 765). Red value is 117 (46.09% from 255 or 41.64% from 281); Green value is 136 (53.52% from 255 or 48.40% from 281); Blue value is 28 (11.33% from 255 or 9.96% from 281); Max value from RGB is 136 - color contains mainly: green. Hex color #75881C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #75881C is #8A77E3. Grayscale: #767676. Windows color (decimal): -9074660 or 1869941. OLE color: 1869941.
HSL color Cylindrical-coordinate representation of color #75881C: hue angle of 70.56º degrees, saturation: 0.66, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #75881C is Cyan = 0.14, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 117 | 136 | 28 | - |
| CMYK | 0.14 | 0 | 0.79 | 0.47 |
| HSL | 70.56º | 0.66% | 0.32% | - |
| HSV(B) | 70.56º | 0.79% | 0.53% | - |
| XYZ | 16.35 | 21.47 | 4.38 | - |
| YUV | 118.01 | 77.21 | 127.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 136 | 28 | 0.14 | 0 | 0.79 | 0.47 | 70.56 | 0.66 | 0.32 |
| Hex | 75 | 88 | 1C | E | 0 | 4F | 2F | 47 | 42 | 20 |
| Octal | 165 | 210 | 34 | 16 | 0 | 117 | 57 | 107 | 102 | 40 |
| Binary | 1110101 | 10001000 | 11100 | 1110 | 0 | 1001111 | 101111 | 1000111 | 1000010 | 100000 |
Color Harmonies of #75881C
Complementary color
Monochromatic Colors of #75881C
Black with #75881C
Text Example
Text Example
White with #75881C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75881C; }
p { color: rgb(117,136,28); }
H1.HeaderClassName
{
color: #75881C;
}
.AnyTagClassName
{
color: #75881C;
}
</style>
background-color css
<style>
a { background-color: #75881C; }
a { background-color: rgb(117,136,28); }
div.DivClassName
{
background-color: #75881C;
}
.BgClassName
{
background-color: #75881C;
}
</style>
border-color css
<style>
span { border-color: #75881C; }
span { border-color: rgb(117,136,28); }
td.TdClassName
{
border-color: #75881C;
}
.TagClassName
{
border-color: #75881C;
}
</style>