Shades of Green Mist #C0C68B
Tints of Green Mist #C0C68B
RGB
CMYK
RGB Variations
Color information
#C0C68B (or 0xC0C68B) is known color: Green Mist. HEX triplet: C0, C6 and 8B. RGB value is (192,198,139). Sum of RGB (Red+Green+Blue) = 192+198+139=529 (70% of max value = 765). Red value is 192 (75.39% from 255 or 36.29% from 529); Green value is 198 (77.73% from 255 or 37.43% from 529); Blue value is 139 (54.69% from 255 or 26.28% from 529); Max value from RGB is 198 - color contains mainly: green. Hex color #C0C68B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C0C68B is #3F3974. Grayscale: #BDBDBD. Windows color (decimal): -4143477 or 9160384. OLE color: 9160384.
HSL color Cylindrical-coordinate representation of color #C0C68B: hue angle of 66.1º degrees, saturation: 0.34, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C0C68B is Cyan = 0.03, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 192 | 198 | 139 | - |
| CMYK | 0.03 | 0 | 0.30 | 0.22 |
| HSL | 66.1º | 0.34% | 0.66% | - |
| HSV(B) | 66.1º | 0.3% | 0.78% | - |
| XYZ | 46.59 | 53.46 | 32.29 | - |
| YUV | 189.48 | 99.51 | 129.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 198 | 139 | 0.03 | 0 | 0.30 | 0.22 | 66.1 | 0.34 | 0.66 |
| Hex | C0 | C6 | 8B | 3 | 0 | 1E | 16 | 42 | 22 | 42 |
| Octal | 300 | 306 | 213 | 3 | 0 | 36 | 26 | 102 | 42 | 102 |
| Binary | 11000000 | 11000110 | 10001011 | 11 | 0 | 11110 | 10110 | 1000010 | 100010 | 1000010 |
Color Harmonies of #C0C68B
Complementary color
Monochromatic Colors of #C0C68B
Black with #C0C68B
Text Example
Text Example
White with #C0C68B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0C68B; }
p { color: rgb(192,198,139); }
H1.HeaderClassName
{
color: #C0C68B;
}
.AnyTagClassName
{
color: #C0C68B;
}
</style>
background-color css
<style>
a { background-color: #C0C68B; }
a { background-color: rgb(192,198,139); }
div.DivClassName
{
background-color: #C0C68B;
}
.BgClassName
{
background-color: #C0C68B;
}
</style>
border-color css
<style>
span { border-color: #C0C68B; }
span { border-color: rgb(192,198,139); }
td.TdClassName
{
border-color: #C0C68B;
}
.TagClassName
{
border-color: #C0C68B;
}
</style>