Shades of Emerald #67C980
Tints of Emerald #67C980
RGB
CMYK
RGB Variations
Color information
#67C980 (or 0x67C980) is known color: Emerald. HEX triplet: 67, C9 and 80. RGB value is (103,201,128). Sum of RGB (Red+Green+Blue) = 103+201+128=432 (57% of max value = 765). Red value is 103 (40.62% from 255 or 23.84% from 432); Green value is 201 (78.91% from 255 or 46.53% from 432); Blue value is 128 (50.39% from 255 or 29.63% from 432); Max value from RGB is 201 - color contains mainly: green. Hex color #67C980 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #67C980 is #98367F. Grayscale: #A3A3A3. Windows color (decimal): -9975424 or 8440167. OLE color: 8440167.
HSL color Cylindrical-coordinate representation of color #67C980: hue angle of 135.31º degrees, saturation: 0.48, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #67C980 is Cyan = 0.49, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 103 | 201 | 128 | - |
| CMYK | 0.49 | 0 | 0.36 | 0.21 |
| HSL | 135.31º | 0.48% | 0.6% | - |
| HSV(B) | 135.31º | 0.49% | 0.79% | - |
| XYZ | 30.38 | 46.22 | 27.74 | - |
| YUV | 163.38 | 108.03 | 84.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 201 | 128 | 0.49 | 0 | 0.36 | 0.21 | 135.31 | 0.48 | 0.6 |
| Hex | 67 | C9 | 80 | 31 | 0 | 24 | 15 | 87 | 30 | 3C |
| Octal | 147 | 311 | 200 | 61 | 0 | 44 | 25 | 207 | 60 | 74 |
| Binary | 1100111 | 11001001 | 10000000 | 110001 | 0 | 100100 | 10101 | 10000111 | 110000 | 111100 |
Color Harmonies of #67C980
Complementary color
Monochromatic Colors of #67C980
Black with #67C980
Text Example
Text Example
White with #67C980
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67C980; }
p { color: rgb(103,201,128); }
H1.HeaderClassName
{
color: #67C980;
}
.AnyTagClassName
{
color: #67C980;
}
</style>
background-color css
<style>
a { background-color: #67C980; }
a { background-color: rgb(103,201,128); }
div.DivClassName
{
background-color: #67C980;
}
.BgClassName
{
background-color: #67C980;
}
</style>
border-color css
<style>
span { border-color: #67C980; }
span { border-color: rgb(103,201,128); }
td.TdClassName
{
border-color: #67C980;
}
.TagClassName
{
border-color: #67C980;
}
</style>