Shades of Trendy Green #758323
Tints of Trendy Green #758323
RGB
CMYK
RGB Variations
Color information
#758323 (or 0x758323) is known color: Trendy Green. HEX triplet: 75, 83 and 23. RGB value is (117,131,35). Sum of RGB (Red+Green+Blue) = 117+131+35=283 (37% of max value = 765). Red value is 117 (46.09% from 255 or 41.34% from 283); Green value is 131 (51.56% from 255 or 46.29% from 283); Blue value is 35 (14.06% from 255 or 12.37% from 283); Max value from RGB is 131 - color contains mainly: green. Hex color #758323 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #758323 is #8A7CDC. Grayscale: #747474. Windows color (decimal): -9075933 or 2327413. OLE color: 2327413.
HSL color Cylindrical-coordinate representation of color #758323: hue angle of 68.75º degrees, saturation: 0.58, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #758323 is Cyan = 0.11, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 117 | 131 | 35 | - |
| CMYK | 0.11 | 0 | 0.73 | 0.49 |
| HSL | 68.75º | 0.58% | 0.33% | - |
| HSV(B) | 68.75º | 0.73% | 0.51% | - |
| XYZ | 15.76 | 20.14 | 4.65 | - |
| YUV | 115.87 | 82.36 | 128.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 131 | 35 | 0.11 | 0 | 0.73 | 0.49 | 68.75 | 0.58 | 0.33 |
| Hex | 75 | 83 | 23 | B | 0 | 49 | 31 | 45 | 3A | 21 |
| Octal | 165 | 203 | 43 | 13 | 0 | 111 | 61 | 105 | 72 | 41 |
| Binary | 1110101 | 10000011 | 100011 | 1011 | 0 | 1001001 | 110001 | 1000101 | 111010 | 100001 |
Color Harmonies of #758323
Complementary color
Monochromatic Colors of #758323
Black with #758323
Text Example
Text Example
White with #758323
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #758323; }
p { color: rgb(117,131,35); }
H1.HeaderClassName
{
color: #758323;
}
.AnyTagClassName
{
color: #758323;
}
</style>
background-color css
<style>
a { background-color: #758323; }
a { background-color: rgb(117,131,35); }
div.DivClassName
{
background-color: #758323;
}
.BgClassName
{
background-color: #758323;
}
</style>
border-color css
<style>
span { border-color: #758323; }
span { border-color: rgb(117,131,35); }
td.TdClassName
{
border-color: #758323;
}
.TagClassName
{
border-color: #758323;
}
</style>