Shades of Green Mist #C7C59B
Tints of Green Mist #C7C59B
RGB
CMYK
RGB Variations
Color information
#C7C59B (or 0xC7C59B) is known color: Green Mist. HEX triplet: C7, C5 and 9B. RGB value is (199,197,155). Sum of RGB (Red+Green+Blue) = 199+197+155=551 (72% of max value = 765). Red value is 199 (78.12% from 255 or 36.12% from 551); Green value is 197 (77.34% from 255 or 35.75% from 551); Blue value is 155 (60.94% from 255 or 28.13% from 551); Max value from RGB is 199 - color contains mainly: red. Hex color #C7C59B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C7C59B is #383A64. Grayscale: #C0C0C0. Windows color (decimal): -3684965 or 10208711. OLE color: 10208711.
HSL color Cylindrical-coordinate representation of color #C7C59B: hue angle of 57.27º degrees, saturation: 0.28, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #C7C59B is Cyan = 0, Magento = 0.01, Yellow = 0.22 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 197 | 155 | - |
| CMYK | 0 | 0.01 | 0.22 | 0.22 |
| HSL | 57.27º | 0.28% | 0.69% | - |
| HSV(B) | 57.27º | 0.22% | 0.78% | - |
| XYZ | 49.44 | 54.44 | 38.91 | - |
| YUV | 192.81 | 106.66 | 132.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 197 | 155 | 0 | 0.01 | 0.22 | 0.22 | 57.27 | 0.28 | 0.69 |
| Hex | C7 | C5 | 9B | 0 | 1 | 16 | 16 | 39 | 1C | 45 |
| Octal | 307 | 305 | 233 | 0 | 1 | 26 | 26 | 71 | 34 | 105 |
| Binary | 11000111 | 11000101 | 10011011 | 0 | 1 | 10110 | 10110 | 111001 | 11100 | 1000101 |
Color Harmonies of #C7C59B
Complementary color
Monochromatic Colors of #C7C59B
Black with #C7C59B
Text Example
Text Example
White with #C7C59B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7C59B; }
p { color: rgb(199,197,155); }
H1.HeaderClassName
{
color: #C7C59B;
}
.AnyTagClassName
{
color: #C7C59B;
}
</style>
background-color css
<style>
a { background-color: #C7C59B; }
a { background-color: rgb(199,197,155); }
div.DivClassName
{
background-color: #C7C59B;
}
.BgClassName
{
background-color: #C7C59B;
}
</style>
border-color css
<style>
span { border-color: #C7C59B; }
span { border-color: rgb(199,197,155); }
td.TdClassName
{
border-color: #C7C59B;
}
.TagClassName
{
border-color: #C7C59B;
}
</style>