Shades of Green Mist #C7CC90
Tints of Green Mist #C7CC90
RGB
CMYK
RGB Variations
Color information
#C7CC90 (or 0xC7CC90) is known color: Green Mist. HEX triplet: C7, CC and 90. RGB value is (199,204,144). Sum of RGB (Red+Green+Blue) = 199+204+144=547 (72% of max value = 765). Red value is 199 (78.12% from 255 or 36.38% from 547); Green value is 204 (80.08% from 255 or 37.29% from 547); Blue value is 144 (56.64% from 255 or 26.33% from 547); Max value from RGB is 204 - color contains mainly: green. Hex color #C7CC90 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C7CC90 is #38336F. Grayscale: #C3C3C3. Windows color (decimal): -3683184 or 9489607. OLE color: 9489607.
HSL color Cylindrical-coordinate representation of color #C7CC90: hue angle of 65º degrees, saturation: 0.37, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #C7CC90 is Cyan = 0.02, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 199 | 204 | 144 | - |
| CMYK | 0.02 | 0 | 0.29 | 0.2 |
| HSL | 65º | 0.37% | 0.68% | - |
| HSV(B) | 65º | 0.29% | 0.8% | - |
| XYZ | 50.18 | 57.34 | 34.81 | - |
| YUV | 195.67 | 98.84 | 130.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 204 | 144 | 0.02 | 0 | 0.29 | 0.2 | 65 | 0.37 | 0.68 |
| Hex | C7 | CC | 90 | 2 | 0 | 1D | 14 | 41 | 25 | 44 |
| Octal | 307 | 314 | 220 | 2 | 0 | 35 | 24 | 101 | 45 | 104 |
| Binary | 11000111 | 11001100 | 10010000 | 10 | 0 | 11101 | 10100 | 1000001 | 100101 | 1000100 |
Color Harmonies of #C7CC90
Complementary color
Monochromatic Colors of #C7CC90
Black with #C7CC90
Text Example
Text Example
White with #C7CC90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7CC90; }
p { color: rgb(199,204,144); }
H1.HeaderClassName
{
color: #C7CC90;
}
.AnyTagClassName
{
color: #C7CC90;
}
</style>
background-color css
<style>
a { background-color: #C7CC90; }
a { background-color: rgb(199,204,144); }
div.DivClassName
{
background-color: #C7CC90;
}
.BgClassName
{
background-color: #C7CC90;
}
</style>
border-color css
<style>
span { border-color: #C7CC90; }
span { border-color: rgb(199,204,144); }
td.TdClassName
{
border-color: #C7CC90;
}
.TagClassName
{
border-color: #C7CC90;
}
</style>