Shades of Green Mist #C7CF92
Tints of Green Mist #C7CF92
RGB
CMYK
RGB Variations
Color information
#C7CF92 (or 0xC7CF92) is known color: Green Mist. HEX triplet: C7, CF and 92. RGB value is (199,207,146). Sum of RGB (Red+Green+Blue) = 199+207+146=552 (73% of max value = 765). Red value is 199 (78.12% from 255 or 36.05% from 552); Green value is 207 (81.25% from 255 or 37.5% from 552); Blue value is 146 (57.42% from 255 or 26.45% from 552); Max value from RGB is 207 - color contains mainly: green. Hex color #C7CF92 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C7CF92 is #38306D. Grayscale: #C5C5C5. Windows color (decimal): -3682414 or 9621447. OLE color: 9621447.
HSL color Cylindrical-coordinate representation of color #C7CF92: hue angle of 67.87º degrees, saturation: 0.39, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #C7CF92 is Cyan = 0.04, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 199 | 207 | 146 | - |
| CMYK | 0.04 | 0 | 0.29 | 0.19 |
| HSL | 67.87º | 0.39% | 0.69% | - |
| HSV(B) | 67.87º | 0.29% | 0.81% | - |
| XYZ | 51.05 | 58.84 | 35.86 | - |
| YUV | 197.65 | 98.85 | 128.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 207 | 146 | 0.04 | 0 | 0.29 | 0.19 | 67.87 | 0.39 | 0.69 |
| Hex | C7 | CF | 92 | 4 | 0 | 1D | 13 | 44 | 27 | 45 |
| Octal | 307 | 317 | 222 | 4 | 0 | 35 | 23 | 104 | 47 | 105 |
| Binary | 11000111 | 11001111 | 10010010 | 100 | 0 | 11101 | 10011 | 1000100 | 100111 | 1000101 |
Color Harmonies of #C7CF92
Complementary color
Monochromatic Colors of #C7CF92
Black with #C7CF92
Text Example
Text Example
White with #C7CF92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7CF92; }
p { color: rgb(199,207,146); }
H1.HeaderClassName
{
color: #C7CF92;
}
.AnyTagClassName
{
color: #C7CF92;
}
</style>
background-color css
<style>
a { background-color: #C7CF92; }
a { background-color: rgb(199,207,146); }
div.DivClassName
{
background-color: #C7CF92;
}
.BgClassName
{
background-color: #C7CF92;
}
</style>
border-color css
<style>
span { border-color: #C7CF92; }
span { border-color: rgb(199,207,146); }
td.TdClassName
{
border-color: #C7CF92;
}
.TagClassName
{
border-color: #C7CF92;
}
</style>