Shades of Trendy Green #7F7D28
Tints of Trendy Green #7F7D28
RGB
CMYK
RGB Variations
Color information
#7F7D28 (or 0x7F7D28) is known color: Trendy Green. HEX triplet: 7F, 7D and 28. RGB value is (127,125,40). Sum of RGB (Red+Green+Blue) = 127+125+40=292 (38% of max value = 765). Red value is 127 (50% from 255 or 43.49% from 292); Green value is 125 (49.22% from 255 or 42.81% from 292); Blue value is 40 (16.02% from 255 or 13.70% from 292); Max value from RGB is 127 - color contains mainly: red. Hex color #7F7D28 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7F7D28 is #8082D7. Grayscale: #747474. Windows color (decimal): -8422104 or 2653567. OLE color: 2653567.
HSL color Cylindrical-coordinate representation of color #7F7D28: hue angle of 58.62º degrees, saturation: 0.52, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #7F7D28 is Cyan = 0, Magento = 0.02, Yellow = 0.69 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 125 | 40 | - |
| CMYK | 0 | 0.02 | 0.69 | 0.50 |
| HSL | 58.62º | 0.52% | 0.33% | - |
| HSV(B) | 58.62º | 0.69% | 0.5% | - |
| XYZ | 16.47 | 19.33 | 4.87 | - |
| YUV | 115.91 | 85.16 | 135.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 125 | 40 | 0 | 0.02 | 0.69 | 0.50 | 58.62 | 0.52 | 0.33 |
| Hex | 7F | 7D | 28 | 0 | 2 | 45 | 32 | 3B | 34 | 21 |
| Octal | 177 | 175 | 50 | 0 | 2 | 105 | 62 | 73 | 64 | 41 |
| Binary | 1111111 | 1111101 | 101000 | 0 | 10 | 1000101 | 110010 | 111011 | 110100 | 100001 |
Color Harmonies of #7F7D28
Complementary color
Monochromatic Colors of #7F7D28
Black with #7F7D28
Text Example
Text Example
White with #7F7D28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F7D28; }
p { color: rgb(127,125,40); }
H1.HeaderClassName
{
color: #7F7D28;
}
.AnyTagClassName
{
color: #7F7D28;
}
</style>
background-color css
<style>
a { background-color: #7F7D28; }
a { background-color: rgb(127,125,40); }
div.DivClassName
{
background-color: #7F7D28;
}
.BgClassName
{
background-color: #7F7D28;
}
</style>
border-color css
<style>
span { border-color: #7F7D28; }
span { border-color: rgb(127,125,40); }
td.TdClassName
{
border-color: #7F7D28;
}
.TagClassName
{
border-color: #7F7D28;
}
</style>