Shades of Trendy Green #7F921B
Tints of Trendy Green #7F921B
RGB
CMYK
RGB Variations
Color information
#7F921B (or 0x7F921B) is known color: Trendy Green. HEX triplet: 7F, 92 and 1B. RGB value is (127,146,27). Sum of RGB (Red+Green+Blue) = 127+146+27=300 (39% of max value = 765). Red value is 127 (50% from 255 or 42.33% from 300); Green value is 146 (57.42% from 255 or 48.67% from 300); Blue value is 27 (10.94% from 255 or 9% from 300); Max value from RGB is 146 - color contains mainly: green. Hex color #7F921B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7F921B is #806DE4. Grayscale: #7F7F7F. Windows color (decimal): -8416741 or 1806975. OLE color: 1806975.
HSL color Cylindrical-coordinate representation of color #7F921B: hue angle of 69.58º degrees, saturation: 0.69, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #7F921B is Cyan = 0.13, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 127 | 146 | 27 | - |
| CMYK | 0.13 | 0 | 0.82 | 0.43 |
| HSL | 69.58º | 0.69% | 0.34% | - |
| HSV(B) | 69.58º | 0.82% | 0.57% | - |
| XYZ | 19.23 | 25.15 | 4.88 | - |
| YUV | 126.75 | 71.71 | 128.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 146 | 27 | 0.13 | 0 | 0.82 | 0.43 | 69.58 | 0.69 | 0.34 |
| Hex | 7F | 92 | 1B | D | 0 | 52 | 2B | 46 | 45 | 22 |
| Octal | 177 | 222 | 33 | 15 | 0 | 122 | 53 | 106 | 105 | 42 |
| Binary | 1111111 | 10010010 | 11011 | 1101 | 0 | 1010010 | 101011 | 1000110 | 1000101 | 100010 |
Color Harmonies of #7F921B
Complementary color
Monochromatic Colors of #7F921B
Black with #7F921B
Text Example
Text Example
White with #7F921B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F921B; }
p { color: rgb(127,146,27); }
H1.HeaderClassName
{
color: #7F921B;
}
.AnyTagClassName
{
color: #7F921B;
}
</style>
background-color css
<style>
a { background-color: #7F921B; }
a { background-color: rgb(127,146,27); }
div.DivClassName
{
background-color: #7F921B;
}
.BgClassName
{
background-color: #7F921B;
}
</style>
border-color css
<style>
span { border-color: #7F921B; }
span { border-color: rgb(127,146,27); }
td.TdClassName
{
border-color: #7F921B;
}
.TagClassName
{
border-color: #7F921B;
}
</style>