Shades of Emerald #67CB7F
Tints of Emerald #67CB7F
RGB
CMYK
RGB Variations
Color information
#67CB7F (or 0x67CB7F) is known color: Emerald. HEX triplet: 67, CB and 7F. RGB value is (103,203,127). Sum of RGB (Red+Green+Blue) = 103+203+127=433 (57% of max value = 765). Red value is 103 (40.62% from 255 or 23.79% from 433); Green value is 203 (79.69% from 255 or 46.88% from 433); Blue value is 127 (50% from 255 or 29.33% from 433); Max value from RGB is 203 - color contains mainly: green. Hex color #67CB7F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #67CB7F is #983480. Grayscale: #A4A4A4. Windows color (decimal): -9974913 or 8375143. OLE color: 8375143.
HSL color Cylindrical-coordinate representation of color #67CB7F: hue angle of 134.4º degrees, saturation: 0.49, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #67CB7F is Cyan = 0.49, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 103 | 203 | 127 | - |
| CMYK | 0.49 | 0 | 0.37 | 0.20 |
| HSL | 134.4º | 0.49% | 0.6% | - |
| HSV(B) | 134.4º | 0.49% | 0.8% | - |
| XYZ | 30.78 | 47.13 | 27.55 | - |
| YUV | 164.44 | 106.87 | 84.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 203 | 127 | 0.49 | 0 | 0.37 | 0.20 | 134.4 | 0.49 | 0.6 |
| Hex | 67 | CB | 7F | 31 | 0 | 25 | 14 | 86 | 31 | 3C |
| Octal | 147 | 313 | 177 | 61 | 0 | 45 | 24 | 206 | 61 | 74 |
| Binary | 1100111 | 11001011 | 1111111 | 110001 | 0 | 100101 | 10100 | 10000110 | 110001 | 111100 |
Color Harmonies of #67CB7F
Complementary color
Monochromatic Colors of #67CB7F
Black with #67CB7F
Text Example
Text Example
White with #67CB7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67CB7F; }
p { color: rgb(103,203,127); }
H1.HeaderClassName
{
color: #67CB7F;
}
.AnyTagClassName
{
color: #67CB7F;
}
</style>
background-color css
<style>
a { background-color: #67CB7F; }
a { background-color: rgb(103,203,127); }
div.DivClassName
{
background-color: #67CB7F;
}
.BgClassName
{
background-color: #67CB7F;
}
</style>
border-color css
<style>
span { border-color: #67CB7F; }
span { border-color: rgb(103,203,127); }
td.TdClassName
{
border-color: #67CB7F;
}
.TagClassName
{
border-color: #67CB7F;
}
</style>