Shades of Green Mist #C7C98F
Tints of Green Mist #C7C98F
RGB
CMYK
RGB Variations
Color information
#C7C98F (or 0xC7C98F) is known color: Green Mist. HEX triplet: C7, C9 and 8F. RGB value is (199,201,143). Sum of RGB (Red+Green+Blue) = 199+201+143=543 (71% of max value = 765). Red value is 199 (78.12% from 255 or 36.65% from 543); Green value is 201 (78.91% from 255 or 37.02% from 543); Blue value is 143 (56.25% from 255 or 26.34% from 543); Max value from RGB is 201 - color contains mainly: green. Hex color #C7C98F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C7C98F is #383670. Grayscale: #C2C2C2. Windows color (decimal): -3683953 or 9423303. OLE color: 9423303.
HSL color Cylindrical-coordinate representation of color #C7C98F: hue angle of 62.07º degrees, saturation: 0.35, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #C7C98F is Cyan = 0.01, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 199 | 201 | 143 | - |
| CMYK | 0.01 | 0 | 0.29 | 0.21 |
| HSL | 62.07º | 0.35% | 0.67% | - |
| HSV(B) | 62.07º | 0.29% | 0.79% | - |
| XYZ | 49.4 | 55.9 | 34.17 | - |
| YUV | 193.79 | 99.34 | 131.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 201 | 143 | 0.01 | 0 | 0.29 | 0.21 | 62.07 | 0.35 | 0.67 |
| Hex | C7 | C9 | 8F | 1 | 0 | 1D | 15 | 3E | 23 | 43 |
| Octal | 307 | 311 | 217 | 1 | 0 | 35 | 25 | 76 | 43 | 103 |
| Binary | 11000111 | 11001001 | 10001111 | 1 | 0 | 11101 | 10101 | 111110 | 100011 | 1000011 |
Color Harmonies of #C7C98F
Complementary color
Monochromatic Colors of #C7C98F
Black with #C7C98F
Text Example
Text Example
White with #C7C98F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7C98F; }
p { color: rgb(199,201,143); }
H1.HeaderClassName
{
color: #C7C98F;
}
.AnyTagClassName
{
color: #C7C98F;
}
</style>
background-color css
<style>
a { background-color: #C7C98F; }
a { background-color: rgb(199,201,143); }
div.DivClassName
{
background-color: #C7C98F;
}
.BgClassName
{
background-color: #C7C98F;
}
</style>
border-color css
<style>
span { border-color: #C7C98F; }
span { border-color: rgb(199,201,143); }
td.TdClassName
{
border-color: #C7C98F;
}
.TagClassName
{
border-color: #C7C98F;
}
</style>