Shades of Trendy Green #73851C
Tints of Trendy Green #73851C
RGB
CMYK
RGB Variations
Color information
#73851C (or 0x73851C) is known color: Trendy Green. HEX triplet: 73, 85 and 1C. RGB value is (115,133,28). Sum of RGB (Red+Green+Blue) = 115+133+28=276 (36% of max value = 765). Red value is 115 (45.31% from 255 or 41.67% from 276); Green value is 133 (52.34% from 255 or 48.19% from 276); Blue value is 28 (11.33% from 255 or 10.14% from 276); Max value from RGB is 133 - color contains mainly: green. Hex color #73851C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #73851C is #8C7AE3. Grayscale: #747474. Windows color (decimal): -9206500 or 1869171. OLE color: 1869171.
HSL color Cylindrical-coordinate representation of color #73851C: hue angle of 70.29º degrees, saturation: 0.65, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #73851C is Cyan = 0.14, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 115 | 133 | 28 | - |
| CMYK | 0.14 | 0 | 0.79 | 0.48 |
| HSL | 70.29º | 0.65% | 0.32% | - |
| HSV(B) | 70.29º | 0.79% | 0.52% | - |
| XYZ | 15.67 | 20.5 | 4.23 | - |
| YUV | 115.65 | 78.54 | 127.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 133 | 28 | 0.14 | 0 | 0.79 | 0.48 | 70.29 | 0.65 | 0.32 |
| Hex | 73 | 85 | 1C | E | 0 | 4F | 30 | 46 | 41 | 20 |
| Octal | 163 | 205 | 34 | 16 | 0 | 117 | 60 | 106 | 101 | 40 |
| Binary | 1110011 | 10000101 | 11100 | 1110 | 0 | 1001111 | 110000 | 1000110 | 1000001 | 100000 |
Color Harmonies of #73851C
Complementary color
Monochromatic Colors of #73851C
Black with #73851C
Text Example
Text Example
White with #73851C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73851C; }
p { color: rgb(115,133,28); }
H1.HeaderClassName
{
color: #73851C;
}
.AnyTagClassName
{
color: #73851C;
}
</style>
background-color css
<style>
a { background-color: #73851C; }
a { background-color: rgb(115,133,28); }
div.DivClassName
{
background-color: #73851C;
}
.BgClassName
{
background-color: #73851C;
}
</style>
border-color css
<style>
span { border-color: #73851C; }
span { border-color: rgb(115,133,28); }
td.TdClassName
{
border-color: #73851C;
}
.TagClassName
{
border-color: #73851C;
}
</style>