Shades of Green Mist #C7CF9C
Tints of Green Mist #C7CF9C
RGB
CMYK
RGB Variations
Color information
#C7CF9C (or 0xC7CF9C) is known color: Green Mist. HEX triplet: C7, CF and 9C. RGB value is (199,207,156). Sum of RGB (Red+Green+Blue) = 199+207+156=562 (74% of max value = 765). Red value is 199 (78.12% from 255 or 35.41% from 562); Green value is 207 (81.25% from 255 or 36.83% from 562); Blue value is 156 (61.33% from 255 or 27.76% from 562); Max value from RGB is 207 - color contains mainly: green. Hex color #C7CF9C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C7CF9C is #383063. Grayscale: #C6C6C6. Windows color (decimal): -3682404 or 10276807. OLE color: 10276807.
HSL color Cylindrical-coordinate representation of color #C7CF9C: hue angle of 69.41º 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 #C7CF9C is Cyan = 0.04, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 199 | 207 | 156 | - |
| CMYK | 0.04 | 0 | 0.25 | 0.19 |
| HSL | 69.41º | 0.35% | 0.71% | - |
| HSV(B) | 69.41º | 0.25% | 0.81% | - |
| XYZ | 51.87 | 59.17 | 40.14 | - |
| YUV | 198.79 | 103.85 | 128.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 207 | 156 | 0.04 | 0 | 0.25 | 0.19 | 69.41 | 0.35 | 0.71 |
| Hex | C7 | CF | 9C | 4 | 0 | 19 | 13 | 45 | 23 | 47 |
| Octal | 307 | 317 | 234 | 4 | 0 | 31 | 23 | 105 | 43 | 107 |
| Binary | 11000111 | 11001111 | 10011100 | 100 | 0 | 11001 | 10011 | 1000101 | 100011 | 1000111 |
Color Harmonies of #C7CF9C
Complementary color
Monochromatic Colors of #C7CF9C
Black with #C7CF9C
Text Example
Text Example
White with #C7CF9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7CF9C; }
p { color: rgb(199,207,156); }
H1.HeaderClassName
{
color: #C7CF9C;
}
.AnyTagClassName
{
color: #C7CF9C;
}
</style>
background-color css
<style>
a { background-color: #C7CF9C; }
a { background-color: rgb(199,207,156); }
div.DivClassName
{
background-color: #C7CF9C;
}
.BgClassName
{
background-color: #C7CF9C;
}
</style>
border-color css
<style>
span { border-color: #C7CF9C; }
span { border-color: rgb(199,207,156); }
td.TdClassName
{
border-color: #C7CF9C;
}
.TagClassName
{
border-color: #C7CF9C;
}
</style>