Shades of Green Mist #C7CF9A
Tints of Green Mist #C7CF9A
RGB
CMYK
RGB Variations
Color information
#C7CF9A (or 0xC7CF9A) is known color: Green Mist. HEX triplet: C7, CF and 9A. RGB value is (199,207,154). Sum of RGB (Red+Green+Blue) = 199+207+154=560 (74% of max value = 765). Red value is 199 (78.12% from 255 or 35.54% from 560); Green value is 207 (81.25% from 255 or 36.96% from 560); Blue value is 154 (60.55% from 255 or 27.5% from 560); Max value from RGB is 207 - color contains mainly: green. Hex color #C7CF9A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C7CF9A is #383065. Grayscale: #C6C6C6. Windows color (decimal): -3682406 or 10145735. OLE color: 10145735.
HSL color Cylindrical-coordinate representation of color #C7CF9A: hue angle of 69.06º degrees, saturation: 0.36, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #C7CF9A is Cyan = 0.04, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 199 | 207 | 154 | - |
| CMYK | 0.04 | 0 | 0.26 | 0.19 |
| HSL | 69.06º | 0.36% | 0.71% | - |
| HSV(B) | 69.06º | 0.26% | 0.81% | - |
| XYZ | 51.7 | 59.1 | 39.25 | - |
| YUV | 198.57 | 102.85 | 128.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 207 | 154 | 0.04 | 0 | 0.26 | 0.19 | 69.06 | 0.36 | 0.71 |
| Hex | C7 | CF | 9A | 4 | 0 | 1A | 13 | 45 | 24 | 47 |
| Octal | 307 | 317 | 232 | 4 | 0 | 32 | 23 | 105 | 44 | 107 |
| Binary | 11000111 | 11001111 | 10011010 | 100 | 0 | 11010 | 10011 | 1000101 | 100100 | 1000111 |
Color Harmonies of #C7CF9A
Complementary color
Monochromatic Colors of #C7CF9A
Black with #C7CF9A
Text Example
Text Example
White with #C7CF9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7CF9A; }
p { color: rgb(199,207,154); }
H1.HeaderClassName
{
color: #C7CF9A;
}
.AnyTagClassName
{
color: #C7CF9A;
}
</style>
background-color css
<style>
a { background-color: #C7CF9A; }
a { background-color: rgb(199,207,154); }
div.DivClassName
{
background-color: #C7CF9A;
}
.BgClassName
{
background-color: #C7CF9A;
}
</style>
border-color css
<style>
span { border-color: #C7CF9A; }
span { border-color: rgb(199,207,154); }
td.TdClassName
{
border-color: #C7CF9A;
}
.TagClassName
{
border-color: #C7CF9A;
}
</style>