Shades of Trendy Green #7D7B18
Tints of Trendy Green #7D7B18
RGB
CMYK
RGB Variations
Color information
#7D7B18 (or 0x7D7B18) is known color: Trendy Green. HEX triplet: 7D, 7B and 18. RGB value is (125,123,24). Sum of RGB (Red+Green+Blue) = 125+123+24=272 (36% of max value = 765). Red value is 125 (49.22% from 255 or 45.96% from 272); Green value is 123 (48.44% from 255 or 45.22% from 272); Blue value is 24 (9.77% from 255 or 8.82% from 272); Max value from RGB is 125 - color contains mainly: red. Hex color #7D7B18 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7D7B18 is #8284E7. Grayscale: #707070. Windows color (decimal): -8553704 or 1604477. OLE color: 1604477.
HSL color Cylindrical-coordinate representation of color #7D7B18: hue angle of 58.81º degrees, saturation: 0.68, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #7D7B18 is Cyan = 0, Magento = 0.02, Yellow = 0.81 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 123 | 24 | - |
| CMYK | 0 | 0.02 | 0.81 | 0.51 |
| HSL | 58.81º | 0.68% | 0.29% | - |
| HSV(B) | 58.81º | 0.81% | 0.49% | - |
| XYZ | 15.71 | 18.59 | 3.62 | - |
| YUV | 112.31 | 78.16 | 137.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 123 | 24 | 0 | 0.02 | 0.81 | 0.51 | 58.81 | 0.68 | 0.29 |
| Hex | 7D | 7B | 18 | 0 | 2 | 51 | 33 | 3B | 44 | 1D |
| Octal | 175 | 173 | 30 | 0 | 2 | 121 | 63 | 73 | 104 | 35 |
| Binary | 1111101 | 1111011 | 11000 | 0 | 10 | 1010001 | 110011 | 111011 | 1000100 | 11101 |
Color Harmonies of #7D7B18
Complementary color
Monochromatic Colors of #7D7B18
Black with #7D7B18
Text Example
Text Example
White with #7D7B18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D7B18; }
p { color: rgb(125,123,24); }
H1.HeaderClassName
{
color: #7D7B18;
}
.AnyTagClassName
{
color: #7D7B18;
}
</style>
background-color css
<style>
a { background-color: #7D7B18; }
a { background-color: rgb(125,123,24); }
div.DivClassName
{
background-color: #7D7B18;
}
.BgClassName
{
background-color: #7D7B18;
}
</style>
border-color css
<style>
span { border-color: #7D7B18; }
span { border-color: rgb(125,123,24); }
td.TdClassName
{
border-color: #7D7B18;
}
.TagClassName
{
border-color: #7D7B18;
}
</style>