Shades of Trendy Green #7F921D
Tints of Trendy Green #7F921D
RGB
CMYK
RGB Variations
Color information
#7F921D (or 0x7F921D) is known color: Trendy Green. HEX triplet: 7F, 92 and 1D. RGB value is (127,146,29). Sum of RGB (Red+Green+Blue) = 127+146+29=302 (40% of max value = 765). Red value is 127 (50% from 255 or 42.05% from 302); Green value is 146 (57.42% from 255 or 48.34% from 302); Blue value is 29 (11.72% from 255 or 9.60% from 302); Max value from RGB is 146 - color contains mainly: green. Hex color #7F921D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7F921D is #806DE2. Grayscale: #7F7F7F. Windows color (decimal): -8416739 or 1938047. OLE color: 1938047.
HSL color Cylindrical-coordinate representation of color #7F921D: hue angle of 69.74º degrees, saturation: 0.67, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #7F921D is Cyan = 0.13, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 127 | 146 | 29 | - |
| CMYK | 0.13 | 0 | 0.80 | 0.43 |
| HSL | 69.74º | 0.67% | 0.34% | - |
| HSV(B) | 69.74º | 0.8% | 0.57% | - |
| XYZ | 19.25 | 25.16 | 5 | - |
| YUV | 126.98 | 72.71 | 128.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 146 | 29 | 0.13 | 0 | 0.80 | 0.43 | 69.74 | 0.67 | 0.34 |
| Hex | 7F | 92 | 1D | D | 0 | 50 | 2B | 46 | 43 | 22 |
| Octal | 177 | 222 | 35 | 15 | 0 | 120 | 53 | 106 | 103 | 42 |
| Binary | 1111111 | 10010010 | 11101 | 1101 | 0 | 1010000 | 101011 | 1000110 | 1000011 | 100010 |
Color Harmonies of #7F921D
Complementary color
Monochromatic Colors of #7F921D
Black with #7F921D
Text Example
Text Example
White with #7F921D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F921D; }
p { color: rgb(127,146,29); }
H1.HeaderClassName
{
color: #7F921D;
}
.AnyTagClassName
{
color: #7F921D;
}
</style>
background-color css
<style>
a { background-color: #7F921D; }
a { background-color: rgb(127,146,29); }
div.DivClassName
{
background-color: #7F921D;
}
.BgClassName
{
background-color: #7F921D;
}
</style>
border-color css
<style>
span { border-color: #7F921D; }
span { border-color: rgb(127,146,29); }
td.TdClassName
{
border-color: #7F921D;
}
.TagClassName
{
border-color: #7F921D;
}
</style>