Shades of Trendy Green #727B1B
Tints of Trendy Green #727B1B
RGB
CMYK
RGB Variations
Color information
#727B1B (or 0x727B1B) is known color: Trendy Green. HEX triplet: 72, 7B and 1B. RGB value is (114,123,27). Sum of RGB (Red+Green+Blue) = 114+123+27=264 (34% of max value = 765). Red value is 114 (44.92% from 255 or 43.18% from 264); Green value is 123 (48.44% from 255 or 46.59% from 264); Blue value is 27 (10.94% from 255 or 10.23% from 264); Max value from RGB is 123 - color contains mainly: green. Hex color #727B1B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #727B1B is #8D84E4. Grayscale: #6D6D6D. Windows color (decimal): -9274597 or 1801074. OLE color: 1801074.
HSL color Cylindrical-coordinate representation of color #727B1B: hue angle of 65.62º degrees, saturation: 0.64, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #727B1B is Cyan = 0.07, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 114 | 123 | 27 | - |
| CMYK | 0.07 | 0 | 0.78 | 0.52 |
| HSL | 65.63º | 0.64% | 0.29% | - |
| HSV(B) | 65.63º | 0.78% | 0.48% | - |
| XYZ | 14.22 | 17.82 | 3.73 | - |
| YUV | 109.37 | 81.52 | 131.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 123 | 27 | 0.07 | 0 | 0.78 | 0.52 | 65.63 | 0.64 | 0.29 |
| Hex | 72 | 7B | 1B | 7 | 0 | 4E | 34 | 42 | 40 | 1D |
| Octal | 162 | 173 | 33 | 7 | 0 | 116 | 64 | 102 | 100 | 35 |
| Binary | 1110010 | 1111011 | 11011 | 111 | 0 | 1001110 | 110100 | 1000010 | 1000000 | 11101 |
Color Harmonies of #727B1B
Complementary color
Monochromatic Colors of #727B1B
Black with #727B1B
Text Example
Text Example
White with #727B1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #727B1B; }
p { color: rgb(114,123,27); }
H1.HeaderClassName
{
color: #727B1B;
}
.AnyTagClassName
{
color: #727B1B;
}
</style>
background-color css
<style>
a { background-color: #727B1B; }
a { background-color: rgb(114,123,27); }
div.DivClassName
{
background-color: #727B1B;
}
.BgClassName
{
background-color: #727B1B;
}
</style>
border-color css
<style>
span { border-color: #727B1B; }
span { border-color: rgb(114,123,27); }
td.TdClassName
{
border-color: #727B1B;
}
.TagClassName
{
border-color: #727B1B;
}
</style>