Shades of Trendy Green #75851D
Tints of Trendy Green #75851D
RGB
CMYK
RGB Variations
Color information
#75851D (or 0x75851D) is known color: Trendy Green. HEX triplet: 75, 85 and 1D. RGB value is (117,133,29). Sum of RGB (Red+Green+Blue) = 117+133+29=279 (36% of max value = 765). Red value is 117 (46.09% from 255 or 41.94% from 279); Green value is 133 (52.34% from 255 or 47.67% from 279); Blue value is 29 (11.72% from 255 or 10.39% from 279); Max value from RGB is 133 - color contains mainly: green. Hex color #75851D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #75851D is #8A7AE2. Grayscale: #747474. Windows color (decimal): -9075427 or 1934709. OLE color: 1934709.
HSL color Cylindrical-coordinate representation of color #75851D: hue angle of 69.23º 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 #75851D is Cyan = 0.12, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 117 | 133 | 29 | - |
| CMYK | 0.12 | 0 | 0.78 | 0.48 |
| HSL | 69.23º | 0.64% | 0.32% | - |
| HSV(B) | 69.23º | 0.78% | 0.52% | - |
| XYZ | 15.95 | 20.65 | 4.31 | - |
| YUV | 116.36 | 78.7 | 128.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 133 | 29 | 0.12 | 0 | 0.78 | 0.48 | 69.23 | 0.64 | 0.32 |
| Hex | 75 | 85 | 1D | C | 0 | 4E | 30 | 45 | 40 | 20 |
| Octal | 165 | 205 | 35 | 14 | 0 | 116 | 60 | 105 | 100 | 40 |
| Binary | 1110101 | 10000101 | 11101 | 1100 | 0 | 1001110 | 110000 | 1000101 | 1000000 | 100000 |
Color Harmonies of #75851D
Complementary color
Monochromatic Colors of #75851D
Black with #75851D
Text Example
Text Example
White with #75851D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75851D; }
p { color: rgb(117,133,29); }
H1.HeaderClassName
{
color: #75851D;
}
.AnyTagClassName
{
color: #75851D;
}
</style>
background-color css
<style>
a { background-color: #75851D; }
a { background-color: rgb(117,133,29); }
div.DivClassName
{
background-color: #75851D;
}
.BgClassName
{
background-color: #75851D;
}
</style>
border-color css
<style>
span { border-color: #75851D; }
span { border-color: rgb(117,133,29); }
td.TdClassName
{
border-color: #75851D;
}
.TagClassName
{
border-color: #75851D;
}
</style>