Shades of Trendy Green #7B8C1F
Tints of Trendy Green #7B8C1F
RGB
CMYK
RGB Variations
Color information
#7B8C1F (or 0x7B8C1F) is known color: Trendy Green. HEX triplet: 7B, 8C and 1F. RGB value is (123,140,31). Sum of RGB (Red+Green+Blue) = 123+140+31=294 (38% of max value = 765). Red value is 123 (48.44% from 255 or 41.84% from 294); Green value is 140 (55.08% from 255 or 47.62% from 294); Blue value is 31 (12.5% from 255 or 10.54% from 294); Max value from RGB is 140 - color contains mainly: green. Hex color #7B8C1F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7B8C1F is #8473E0. Grayscale: #7A7A7A. Windows color (decimal): -8680417 or 2067579. OLE color: 2067579.
HSL color Cylindrical-coordinate representation of color #7B8C1F: hue angle of 69.36º degrees, saturation: 0.64, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #7B8C1F is Cyan = 0.12, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 123 | 140 | 31 | - |
| CMYK | 0.12 | 0 | 0.78 | 0.45 |
| HSL | 69.36º | 0.64% | 0.34% | - |
| HSV(B) | 69.36º | 0.78% | 0.55% | - |
| XYZ | 17.79 | 23.07 | 4.81 | - |
| YUV | 122.49 | 76.37 | 128.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 140 | 31 | 0.12 | 0 | 0.78 | 0.45 | 69.36 | 0.64 | 0.34 |
| Hex | 7B | 8C | 1F | C | 0 | 4E | 2D | 45 | 40 | 22 |
| Octal | 173 | 214 | 37 | 14 | 0 | 116 | 55 | 105 | 100 | 42 |
| Binary | 1111011 | 10001100 | 11111 | 1100 | 0 | 1001110 | 101101 | 1000101 | 1000000 | 100010 |
Color Harmonies of #7B8C1F
Complementary color
Monochromatic Colors of #7B8C1F
Black with #7B8C1F
Text Example
Text Example
White with #7B8C1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B8C1F; }
p { color: rgb(123,140,31); }
H1.HeaderClassName
{
color: #7B8C1F;
}
.AnyTagClassName
{
color: #7B8C1F;
}
</style>
background-color css
<style>
a { background-color: #7B8C1F; }
a { background-color: rgb(123,140,31); }
div.DivClassName
{
background-color: #7B8C1F;
}
.BgClassName
{
background-color: #7B8C1F;
}
</style>
border-color css
<style>
span { border-color: #7B8C1F; }
span { border-color: rgb(123,140,31); }
td.TdClassName
{
border-color: #7B8C1F;
}
.TagClassName
{
border-color: #7B8C1F;
}
</style>