Shades of Emerald #67CA7C
Tints of Emerald #67CA7C
RGB
CMYK
RGB Variations
Color information
#67CA7C (or 0x67CA7C) is known color: Emerald. HEX triplet: 67, CA and 7C. RGB value is (103,202,124). Sum of RGB (Red+Green+Blue) = 103+202+124=429 (56% of max value = 765). Red value is 103 (40.62% from 255 or 24.01% from 429); Green value is 202 (79.30% from 255 or 47.09% from 429); Blue value is 124 (48.83% from 255 or 28.90% from 429); Max value from RGB is 202 - color contains mainly: green. Hex color #67CA7C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #67CA7C is #983583. Grayscale: #A3A3A3. Windows color (decimal): -9975172 or 8178279. OLE color: 8178279.
HSL color Cylindrical-coordinate representation of color #67CA7C: hue angle of 132.73º 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 #67CA7C is Cyan = 0.49, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 103 | 202 | 124 | - |
| CMYK | 0.49 | 0 | 0.39 | 0.21 |
| HSL | 132.73º | 0.48% | 0.6% | - |
| HSV(B) | 132.73º | 0.49% | 0.79% | - |
| XYZ | 30.35 | 46.58 | 26.46 | - |
| YUV | 163.51 | 105.7 | 84.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 202 | 124 | 0.49 | 0 | 0.39 | 0.21 | 132.73 | 0.48 | 0.6 |
| Hex | 67 | CA | 7C | 31 | 0 | 27 | 15 | 85 | 30 | 3C |
| Octal | 147 | 312 | 174 | 61 | 0 | 47 | 25 | 205 | 60 | 74 |
| Binary | 1100111 | 11001010 | 1111100 | 110001 | 0 | 100111 | 10101 | 10000101 | 110000 | 111100 |
Color Harmonies of #67CA7C
Complementary color
Monochromatic Colors of #67CA7C
Black with #67CA7C
Text Example
Text Example
White with #67CA7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67CA7C; }
p { color: rgb(103,202,124); }
H1.HeaderClassName
{
color: #67CA7C;
}
.AnyTagClassName
{
color: #67CA7C;
}
</style>
background-color css
<style>
a { background-color: #67CA7C; }
a { background-color: rgb(103,202,124); }
div.DivClassName
{
background-color: #67CA7C;
}
.BgClassName
{
background-color: #67CA7C;
}
</style>
border-color css
<style>
span { border-color: #67CA7C; }
span { border-color: rgb(103,202,124); }
td.TdClassName
{
border-color: #67CA7C;
}
.TagClassName
{
border-color: #67CA7C;
}
</style>