Shades of Trendy Green #75841D
Tints of Trendy Green #75841D
RGB
CMYK
RGB Variations
Color information
#75841D (or 0x75841D) is known color: Trendy Green. HEX triplet: 75, 84 and 1D. RGB value is (117,132,29). Sum of RGB (Red+Green+Blue) = 117+132+29=278 (36% of max value = 765). Red value is 117 (46.09% from 255 or 42.09% from 278); Green value is 132 (51.95% from 255 or 47.48% from 278); Blue value is 29 (11.72% from 255 or 10.43% from 278); Max value from RGB is 132 - color contains mainly: green. Hex color #75841D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #75841D is #8A7BE2. Grayscale: #747474. Windows color (decimal): -9075683 or 1934453. OLE color: 1934453.
HSL color Cylindrical-coordinate representation of color #75841D: hue angle of 68.74º degrees, saturation: 0.64, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #75841D is Cyan = 0.11, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 117 | 132 | 29 | - |
| CMYK | 0.11 | 0 | 0.78 | 0.48 |
| HSL | 68.74º | 0.64% | 0.32% | - |
| HSV(B) | 68.74º | 0.78% | 0.52% | - |
| XYZ | 15.81 | 20.37 | 4.26 | - |
| YUV | 115.77 | 79.03 | 128.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 132 | 29 | 0.11 | 0 | 0.78 | 0.48 | 68.74 | 0.64 | 0.32 |
| Hex | 75 | 84 | 1D | B | 0 | 4E | 30 | 45 | 40 | 20 |
| Octal | 165 | 204 | 35 | 13 | 0 | 116 | 60 | 105 | 100 | 40 |
| Binary | 1110101 | 10000100 | 11101 | 1011 | 0 | 1001110 | 110000 | 1000101 | 1000000 | 100000 |
Color Harmonies of #75841D
Complementary color
Monochromatic Colors of #75841D
Black with #75841D
Text Example
Text Example
White with #75841D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75841D; }
p { color: rgb(117,132,29); }
H1.HeaderClassName
{
color: #75841D;
}
.AnyTagClassName
{
color: #75841D;
}
</style>
background-color css
<style>
a { background-color: #75841D; }
a { background-color: rgb(117,132,29); }
div.DivClassName
{
background-color: #75841D;
}
.BgClassName
{
background-color: #75841D;
}
</style>
border-color css
<style>
span { border-color: #75841D; }
span { border-color: rgb(117,132,29); }
td.TdClassName
{
border-color: #75841D;
}
.TagClassName
{
border-color: #75841D;
}
</style>