Shades of Trendy Green #7F8B13
Tints of Trendy Green #7F8B13
RGB
CMYK
RGB Variations
Color information
#7F8B13 (or 0x7F8B13) is known color: Trendy Green. HEX triplet: 7F, 8B and 13. RGB value is (127,139,19). Sum of RGB (Red+Green+Blue) = 127+139+19=285 (37% of max value = 765). Red value is 127 (50% from 255 or 44.56% from 285); Green value is 139 (54.69% from 255 or 48.77% from 285); Blue value is 19 (7.81% from 255 or 6.67% from 285); Max value from RGB is 139 - color contains mainly: green. Hex color #7F8B13 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7F8B13 is #8074EC. Grayscale: #7A7A7A. Windows color (decimal): -8418541 or 1280895. OLE color: 1280895.
HSL color Cylindrical-coordinate representation of color #7F8B13: hue angle of 66º degrees, saturation: 0.76, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #7F8B13 is Cyan = 0.09, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 127 | 139 | 19 | - |
| CMYK | 0.09 | 0 | 0.86 | 0.45 |
| HSL | 66º | 0.76% | 0.31% | - |
| HSV(B) | 66º | 0.86% | 0.55% | - |
| XYZ | 18.1 | 23.02 | 4.11 | - |
| YUV | 121.73 | 70.02 | 131.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 139 | 19 | 0.09 | 0 | 0.86 | 0.45 | 66 | 0.76 | 0.31 |
| Hex | 7F | 8B | 13 | 9 | 0 | 56 | 2D | 42 | 4C | 1F |
| Octal | 177 | 213 | 23 | 11 | 0 | 126 | 55 | 102 | 114 | 37 |
| Binary | 1111111 | 10001011 | 10011 | 1001 | 0 | 1010110 | 101101 | 1000010 | 1001100 | 11111 |
Color Harmonies of #7F8B13
Complementary color
Monochromatic Colors of #7F8B13
Black with #7F8B13
Text Example
Text Example
White with #7F8B13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F8B13; }
p { color: rgb(127,139,19); }
H1.HeaderClassName
{
color: #7F8B13;
}
.AnyTagClassName
{
color: #7F8B13;
}
</style>
background-color css
<style>
a { background-color: #7F8B13; }
a { background-color: rgb(127,139,19); }
div.DivClassName
{
background-color: #7F8B13;
}
.BgClassName
{
background-color: #7F8B13;
}
</style>
border-color css
<style>
span { border-color: #7F8B13; }
span { border-color: rgb(127,139,19); }
td.TdClassName
{
border-color: #7F8B13;
}
.TagClassName
{
border-color: #7F8B13;
}
</style>