Shades of Trendy Green #75851F
Tints of Trendy Green #75851F
RGB
CMYK
RGB Variations
Color information
#75851F (or 0x75851F) is known color: Trendy Green. HEX triplet: 75, 85 and 1F. RGB value is (117,133,31). Sum of RGB (Red+Green+Blue) = 117+133+31=281 (37% of max value = 765). Red value is 117 (46.09% from 255 or 41.64% from 281); Green value is 133 (52.34% from 255 or 47.33% from 281); Blue value is 31 (12.5% from 255 or 11.03% from 281); Max value from RGB is 133 - color contains mainly: green. Hex color #75851F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #75851F is #8A7AE0. Grayscale: #747474. Windows color (decimal): -9075425 or 2065781. OLE color: 2065781.
HSL color Cylindrical-coordinate representation of color #75851F: hue angle of 69.41º degrees, saturation: 0.62, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #75851F is Cyan = 0.12, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 117 | 133 | 31 | - |
| CMYK | 0.12 | 0 | 0.77 | 0.48 |
| HSL | 69.41º | 0.62% | 0.32% | - |
| HSV(B) | 69.41º | 0.77% | 0.52% | - |
| XYZ | 15.97 | 20.66 | 4.44 | - |
| YUV | 116.59 | 79.7 | 128.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 133 | 31 | 0.12 | 0 | 0.77 | 0.48 | 69.41 | 0.62 | 0.32 |
| Hex | 75 | 85 | 1F | C | 0 | 4D | 30 | 45 | 3E | 20 |
| Octal | 165 | 205 | 37 | 14 | 0 | 115 | 60 | 105 | 76 | 40 |
| Binary | 1110101 | 10000101 | 11111 | 1100 | 0 | 1001101 | 110000 | 1000101 | 111110 | 100000 |
Color Harmonies of #75851F
Complementary color
Monochromatic Colors of #75851F
Black with #75851F
Text Example
Text Example
White with #75851F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75851F; }
p { color: rgb(117,133,31); }
H1.HeaderClassName
{
color: #75851F;
}
.AnyTagClassName
{
color: #75851F;
}
</style>
background-color css
<style>
a { background-color: #75851F; }
a { background-color: rgb(117,133,31); }
div.DivClassName
{
background-color: #75851F;
}
.BgClassName
{
background-color: #75851F;
}
</style>
border-color css
<style>
span { border-color: #75851F; }
span { border-color: rgb(117,133,31); }
td.TdClassName
{
border-color: #75851F;
}
.TagClassName
{
border-color: #75851F;
}
</style>