Shades of Trendy Green #7C8523
Tints of Trendy Green #7C8523
RGB
CMYK
RGB Variations
Color information
#7C8523 (or 0x7C8523) is known color: Trendy Green. HEX triplet: 7C, 85 and 23. RGB value is (124,133,35). Sum of RGB (Red+Green+Blue) = 124+133+35=292 (38% of max value = 765). Red value is 124 (48.83% from 255 or 42.47% from 292); Green value is 133 (52.34% from 255 or 45.55% from 292); Blue value is 35 (14.06% from 255 or 11.99% from 292); Max value from RGB is 133 - color contains mainly: green. Hex color #7C8523 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7C8523 is #837ADC. Grayscale: #777777. Windows color (decimal): -8616669 or 2327932. OLE color: 2327932.
HSL color Cylindrical-coordinate representation of color #7C8523: hue angle of 65.51º degrees, saturation: 0.58, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #7C8523 is Cyan = 0.07, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 124 | 133 | 35 | - |
| CMYK | 0.07 | 0 | 0.74 | 0.48 |
| HSL | 65.51º | 0.58% | 0.33% | - |
| HSV(B) | 65.51º | 0.74% | 0.52% | - |
| XYZ | 17 | 21.18 | 4.78 | - |
| YUV | 119.14 | 80.52 | 131.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 133 | 35 | 0.07 | 0 | 0.74 | 0.48 | 65.51 | 0.58 | 0.33 |
| Hex | 7C | 85 | 23 | 7 | 0 | 4A | 30 | 42 | 3A | 21 |
| Octal | 174 | 205 | 43 | 7 | 0 | 112 | 60 | 102 | 72 | 41 |
| Binary | 1111100 | 10000101 | 100011 | 111 | 0 | 1001010 | 110000 | 1000010 | 111010 | 100001 |
Color Harmonies of #7C8523
Complementary color
Monochromatic Colors of #7C8523
Black with #7C8523
Text Example
Text Example
White with #7C8523
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C8523; }
p { color: rgb(124,133,35); }
H1.HeaderClassName
{
color: #7C8523;
}
.AnyTagClassName
{
color: #7C8523;
}
</style>
background-color css
<style>
a { background-color: #7C8523; }
a { background-color: rgb(124,133,35); }
div.DivClassName
{
background-color: #7C8523;
}
.BgClassName
{
background-color: #7C8523;
}
</style>
border-color css
<style>
span { border-color: #7C8523; }
span { border-color: rgb(124,133,35); }
td.TdClassName
{
border-color: #7C8523;
}
.TagClassName
{
border-color: #7C8523;
}
</style>