Shades of Trendy Green #7D801C
Tints of Trendy Green #7D801C
RGB
CMYK
RGB Variations
Color information
#7D801C (or 0x7D801C) is known color: Trendy Green. HEX triplet: 7D, 80 and 1C. RGB value is (125,128,28). Sum of RGB (Red+Green+Blue) = 125+128+28=281 (37% of max value = 765). Red value is 125 (49.22% from 255 or 44.48% from 281); Green value is 128 (50.39% from 255 or 45.55% from 281); Blue value is 28 (11.33% from 255 or 9.96% from 281); Max value from RGB is 128 - color contains mainly: green. Hex color #7D801C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7D801C is #827FE3. Grayscale: #747474. Windows color (decimal): -8552420 or 1867901. OLE color: 1867901.
HSL color Cylindrical-coordinate representation of color #7D801C: hue angle of 61.8º degrees, saturation: 0.64, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #7D801C is Cyan = 0.02, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 125 | 128 | 28 | - |
| CMYK | 0.02 | 0 | 0.78 | 0.50 |
| HSL | 61.8º | 0.64% | 0.31% | - |
| HSV(B) | 61.8º | 0.78% | 0.5% | - |
| XYZ | 16.39 | 19.88 | 4.07 | - |
| YUV | 115.7 | 78.51 | 134.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 128 | 28 | 0.02 | 0 | 0.78 | 0.50 | 61.8 | 0.64 | 0.31 |
| Hex | 7D | 80 | 1C | 2 | 0 | 4E | 32 | 3E | 40 | 1F |
| Octal | 175 | 200 | 34 | 2 | 0 | 116 | 62 | 76 | 100 | 37 |
| Binary | 1111101 | 10000000 | 11100 | 10 | 0 | 1001110 | 110010 | 111110 | 1000000 | 11111 |
Color Harmonies of #7D801C
Complementary color
Monochromatic Colors of #7D801C
Black with #7D801C
Text Example
Text Example
White with #7D801C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D801C; }
p { color: rgb(125,128,28); }
H1.HeaderClassName
{
color: #7D801C;
}
.AnyTagClassName
{
color: #7D801C;
}
</style>
background-color css
<style>
a { background-color: #7D801C; }
a { background-color: rgb(125,128,28); }
div.DivClassName
{
background-color: #7D801C;
}
.BgClassName
{
background-color: #7D801C;
}
</style>
border-color css
<style>
span { border-color: #7D801C; }
span { border-color: rgb(125,128,28); }
td.TdClassName
{
border-color: #7D801C;
}
.TagClassName
{
border-color: #7D801C;
}
</style>