Shades of Envy #819C83
Tints of Envy #819C83
RGB
CMYK
RGB Variations
Color information
#819C83 (or 0x819C83) is known color: Envy. HEX triplet: 81, 9C and 83. RGB value is (129,156,131). Sum of RGB (Red+Green+Blue) = 129+156+131=416 (55% of max value = 765). Red value is 129 (50.78% from 255 or 31.01% from 416); Green value is 156 (61.33% from 255 or 37.5% from 416); Blue value is 131 (51.56% from 255 or 31.49% from 416); Max value from RGB is 156 - color contains mainly: green. Hex color #819C83 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #819C83 is #7E637C. Grayscale: #919191. Windows color (decimal): -8283005 or 8625281. OLE color: 8625281.
HSL color Cylindrical-coordinate representation of color #819C83: hue angle of 124.44º degrees, saturation: 0.12, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #819C83 is Cyan = 0.17, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 129 | 156 | 131 | - |
| CMYK | 0.17 | 0 | 0.16 | 0.39 |
| HSL | 124.44º | 0.12% | 0.56% | - |
| HSV(B) | 124.44º | 0.17% | 0.61% | - |
| XYZ | 25.04 | 30.08 | 25.96 | - |
| YUV | 145.08 | 120.05 | 116.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 156 | 131 | 0.17 | 0 | 0.16 | 0.39 | 124.44 | 0.12 | 0.56 |
| Hex | 81 | 9C | 83 | 11 | 0 | 10 | 27 | 7C | C | 38 |
| Octal | 201 | 234 | 203 | 21 | 0 | 20 | 47 | 174 | 14 | 70 |
| Binary | 10000001 | 10011100 | 10000011 | 10001 | 0 | 10000 | 100111 | 1111100 | 1100 | 111000 |
Color Harmonies of #819C83
Complementary color
Monochromatic Colors of #819C83
Black with #819C83
Text Example
Text Example
White with #819C83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #819C83; }
p { color: rgb(129,156,131); }
H1.HeaderClassName
{
color: #819C83;
}
.AnyTagClassName
{
color: #819C83;
}
</style>
background-color css
<style>
a { background-color: #819C83; }
a { background-color: rgb(129,156,131); }
div.DivClassName
{
background-color: #819C83;
}
.BgClassName
{
background-color: #819C83;
}
</style>
border-color css
<style>
span { border-color: #819C83; }
span { border-color: rgb(129,156,131); }
td.TdClassName
{
border-color: #819C83;
}
.TagClassName
{
border-color: #819C83;
}
</style>