Shades of Trendy Green #7B8F1F
Tints of Trendy Green #7B8F1F
RGB
CMYK
RGB Variations
Color information
#7B8F1F (or 0x7B8F1F) is known color: Trendy Green. HEX triplet: 7B, 8F and 1F. RGB value is (123,143,31). Sum of RGB (Red+Green+Blue) = 123+143+31=297 (39% of max value = 765). Red value is 123 (48.44% from 255 or 41.41% from 297); Green value is 143 (56.25% from 255 or 48.15% from 297); Blue value is 31 (12.5% from 255 or 10.44% from 297); Max value from RGB is 143 - color contains mainly: green. Hex color #7B8F1F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7B8F1F is #8470E0. Grayscale: #7C7C7C. Windows color (decimal): -8679649 or 2068347. OLE color: 2068347.
HSL color Cylindrical-coordinate representation of color #7B8F1F: hue angle of 70.71º degrees, saturation: 0.64, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #7B8F1F is Cyan = 0.14, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 123 | 143 | 31 | - |
| CMYK | 0.14 | 0 | 0.78 | 0.44 |
| HSL | 70.71º | 0.64% | 0.34% | - |
| HSV(B) | 70.71º | 0.78% | 0.56% | - |
| XYZ | 18.24 | 23.95 | 4.96 | - |
| YUV | 124.25 | 75.37 | 127.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 143 | 31 | 0.14 | 0 | 0.78 | 0.44 | 70.71 | 0.64 | 0.34 |
| Hex | 7B | 8F | 1F | E | 0 | 4E | 2C | 47 | 40 | 22 |
| Octal | 173 | 217 | 37 | 16 | 0 | 116 | 54 | 107 | 100 | 42 |
| Binary | 1111011 | 10001111 | 11111 | 1110 | 0 | 1001110 | 101100 | 1000111 | 1000000 | 100010 |
Color Harmonies of #7B8F1F
Complementary color
Monochromatic Colors of #7B8F1F
Black with #7B8F1F
Text Example
Text Example
White with #7B8F1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B8F1F; }
p { color: rgb(123,143,31); }
H1.HeaderClassName
{
color: #7B8F1F;
}
.AnyTagClassName
{
color: #7B8F1F;
}
</style>
background-color css
<style>
a { background-color: #7B8F1F; }
a { background-color: rgb(123,143,31); }
div.DivClassName
{
background-color: #7B8F1F;
}
.BgClassName
{
background-color: #7B8F1F;
}
</style>
border-color css
<style>
span { border-color: #7B8F1F; }
span { border-color: rgb(123,143,31); }
td.TdClassName
{
border-color: #7B8F1F;
}
.TagClassName
{
border-color: #7B8F1F;
}
</style>