Shades of Green Mist #C7C58D
Tints of Green Mist #C7C58D
RGB
CMYK
RGB Variations
Color information
#C7C58D (or 0xC7C58D) is known color: Green Mist. HEX triplet: C7, C5 and 8D. RGB value is (199,197,141). Sum of RGB (Red+Green+Blue) = 199+197+141=537 (71% of max value = 765). Red value is 199 (78.12% from 255 or 37.06% from 537); Green value is 197 (77.34% from 255 or 36.69% from 537); Blue value is 141 (55.47% from 255 or 26.26% from 537); Max value from RGB is 199 - color contains mainly: red. Hex color #C7C58D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C7C58D is #383A72. Grayscale: #BFBFBF. Windows color (decimal): -3684979 or 9291207. OLE color: 9291207.
HSL color Cylindrical-coordinate representation of color #C7C58D: hue angle of 57.93º degrees, saturation: 0.34, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #C7C58D is Cyan = 0, Magento = 0.01, Yellow = 0.29 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 197 | 141 | - |
| CMYK | 0 | 0.01 | 0.29 | 0.22 |
| HSL | 57.93º | 0.34% | 0.67% | - |
| HSV(B) | 57.93º | 0.29% | 0.78% | - |
| XYZ | 48.33 | 54 | 33.07 | - |
| YUV | 191.21 | 99.66 | 133.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 197 | 141 | 0 | 0.01 | 0.29 | 0.22 | 57.93 | 0.34 | 0.67 |
| Hex | C7 | C5 | 8D | 0 | 1 | 1D | 16 | 3A | 22 | 43 |
| Octal | 307 | 305 | 215 | 0 | 1 | 35 | 26 | 72 | 42 | 103 |
| Binary | 11000111 | 11000101 | 10001101 | 0 | 1 | 11101 | 10110 | 111010 | 100010 | 1000011 |
Color Harmonies of #C7C58D
Complementary color
Monochromatic Colors of #C7C58D
Black with #C7C58D
Text Example
Text Example
White with #C7C58D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7C58D; }
p { color: rgb(199,197,141); }
H1.HeaderClassName
{
color: #C7C58D;
}
.AnyTagClassName
{
color: #C7C58D;
}
</style>
background-color css
<style>
a { background-color: #C7C58D; }
a { background-color: rgb(199,197,141); }
div.DivClassName
{
background-color: #C7C58D;
}
.BgClassName
{
background-color: #C7C58D;
}
</style>
border-color css
<style>
span { border-color: #C7C58D; }
span { border-color: rgb(199,197,141); }
td.TdClassName
{
border-color: #C7C58D;
}
.TagClassName
{
border-color: #C7C58D;
}
</style>