Shades of Trendy Green #77852D
Tints of Trendy Green #77852D
RGB
CMYK
RGB Variations
Color information
#77852D (or 0x77852D) is known color: Trendy Green. HEX triplet: 77, 85 and 2D. RGB value is (119,133,45). Sum of RGB (Red+Green+Blue) = 119+133+45=297 (39% of max value = 765). Red value is 119 (46.88% from 255 or 40.07% from 297); Green value is 133 (52.34% from 255 or 44.78% from 297); Blue value is 45 (17.97% from 255 or 15.15% from 297); Max value from RGB is 133 - color contains mainly: green. Hex color #77852D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #77852D is #887AD2. Grayscale: #777777. Windows color (decimal): -8944339 or 2983287. OLE color: 2983287.
HSL color Cylindrical-coordinate representation of color #77852D: hue angle of 69.55º degrees, saturation: 0.49, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #77852D is Cyan = 0.11, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 119 | 133 | 45 | - |
| CMYK | 0.11 | 0 | 0.66 | 0.48 |
| HSL | 69.55º | 0.49% | 0.35% | - |
| HSV(B) | 69.55º | 0.66% | 0.52% | - |
| XYZ | 16.47 | 20.89 | 5.65 | - |
| YUV | 118.78 | 86.36 | 128.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 133 | 45 | 0.11 | 0 | 0.66 | 0.48 | 69.55 | 0.49 | 0.35 |
| Hex | 77 | 85 | 2D | B | 0 | 42 | 30 | 46 | 31 | 23 |
| Octal | 167 | 205 | 55 | 13 | 0 | 102 | 60 | 106 | 61 | 43 |
| Binary | 1110111 | 10000101 | 101101 | 1011 | 0 | 1000010 | 110000 | 1000110 | 110001 | 100011 |
Color Harmonies of #77852D
Complementary color
Monochromatic Colors of #77852D
Black with #77852D
Text Example
Text Example
White with #77852D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77852D; }
p { color: rgb(119,133,45); }
H1.HeaderClassName
{
color: #77852D;
}
.AnyTagClassName
{
color: #77852D;
}
</style>
background-color css
<style>
a { background-color: #77852D; }
a { background-color: rgb(119,133,45); }
div.DivClassName
{
background-color: #77852D;
}
.BgClassName
{
background-color: #77852D;
}
</style>
border-color css
<style>
span { border-color: #77852D; }
span { border-color: rgb(119,133,45); }
td.TdClassName
{
border-color: #77852D;
}
.TagClassName
{
border-color: #77852D;
}
</style>