Shades of Green Mist #C7CF9B
Tints of Green Mist #C7CF9B
RGB
CMYK
RGB Variations
Color information
#C7CF9B (or 0xC7CF9B) is known color: Green Mist. HEX triplet: C7, CF and 9B. RGB value is (199,207,155). Sum of RGB (Red+Green+Blue) = 199+207+155=561 (74% of max value = 765). Red value is 199 (78.12% from 255 or 35.47% from 561); Green value is 207 (81.25% from 255 or 36.90% from 561); Blue value is 155 (60.94% from 255 or 27.63% from 561); Max value from RGB is 207 - color contains mainly: green. Hex color #C7CF9B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C7CF9B is #383064. Grayscale: #C6C6C6. Windows color (decimal): -3682405 or 10211271. OLE color: 10211271.
HSL color Cylindrical-coordinate representation of color #C7CF9B: hue angle of 69.23º degrees, saturation: 0.35, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #C7CF9B is Cyan = 0.04, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 199 | 207 | 155 | - |
| CMYK | 0.04 | 0 | 0.25 | 0.19 |
| HSL | 69.23º | 0.35% | 0.71% | - |
| HSV(B) | 69.23º | 0.25% | 0.81% | - |
| XYZ | 51.78 | 59.13 | 39.7 | - |
| YUV | 198.68 | 103.35 | 128.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 207 | 155 | 0.04 | 0 | 0.25 | 0.19 | 69.23 | 0.35 | 0.71 |
| Hex | C7 | CF | 9B | 4 | 0 | 19 | 13 | 45 | 23 | 47 |
| Octal | 307 | 317 | 233 | 4 | 0 | 31 | 23 | 105 | 43 | 107 |
| Binary | 11000111 | 11001111 | 10011011 | 100 | 0 | 11001 | 10011 | 1000101 | 100011 | 1000111 |
Color Harmonies of #C7CF9B
Complementary color
Monochromatic Colors of #C7CF9B
Black with #C7CF9B
Text Example
Text Example
White with #C7CF9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7CF9B; }
p { color: rgb(199,207,155); }
H1.HeaderClassName
{
color: #C7CF9B;
}
.AnyTagClassName
{
color: #C7CF9B;
}
</style>
background-color css
<style>
a { background-color: #C7CF9B; }
a { background-color: rgb(199,207,155); }
div.DivClassName
{
background-color: #C7CF9B;
}
.BgClassName
{
background-color: #C7CF9B;
}
</style>
border-color css
<style>
span { border-color: #C7CF9B; }
span { border-color: rgb(199,207,155); }
td.TdClassName
{
border-color: #C7CF9B;
}
.TagClassName
{
border-color: #C7CF9B;
}
</style>