Shades of Emerald #67CA7B
Tints of Emerald #67CA7B
RGB
CMYK
RGB Variations
Color information
#67CA7B (or 0x67CA7B) is known color: Emerald. HEX triplet: 67, CA and 7B. RGB value is (103,202,123). Sum of RGB (Red+Green+Blue) = 103+202+123=428 (56% of max value = 765). Red value is 103 (40.62% from 255 or 24.07% from 428); Green value is 202 (79.30% from 255 or 47.20% from 428); Blue value is 123 (48.44% from 255 or 28.74% from 428); Max value from RGB is 202 - color contains mainly: green. Hex color #67CA7B is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #67CA7B is #983584. Grayscale: #A3A3A3. Windows color (decimal): -9975173 or 8112743. OLE color: 8112743.
HSL color Cylindrical-coordinate representation of color #67CA7B: hue angle of 132.12º 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 #67CA7B is Cyan = 0.49, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 103 | 202 | 123 | - |
| CMYK | 0.49 | 0 | 0.39 | 0.21 |
| HSL | 132.12º | 0.48% | 0.6% | - |
| HSV(B) | 132.12º | 0.49% | 0.79% | - |
| XYZ | 30.29 | 46.55 | 26.13 | - |
| YUV | 163.39 | 105.2 | 84.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 202 | 123 | 0.49 | 0 | 0.39 | 0.21 | 132.12 | 0.48 | 0.6 |
| Hex | 67 | CA | 7B | 31 | 0 | 27 | 15 | 84 | 30 | 3C |
| Octal | 147 | 312 | 173 | 61 | 0 | 47 | 25 | 204 | 60 | 74 |
| Binary | 1100111 | 11001010 | 1111011 | 110001 | 0 | 100111 | 10101 | 10000100 | 110000 | 111100 |
Color Harmonies of #67CA7B
Complementary color
Monochromatic Colors of #67CA7B
Black with #67CA7B
Text Example
Text Example
White with #67CA7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67CA7B; }
p { color: rgb(103,202,123); }
H1.HeaderClassName
{
color: #67CA7B;
}
.AnyTagClassName
{
color: #67CA7B;
}
</style>
background-color css
<style>
a { background-color: #67CA7B; }
a { background-color: rgb(103,202,123); }
div.DivClassName
{
background-color: #67CA7B;
}
.BgClassName
{
background-color: #67CA7B;
}
</style>
border-color css
<style>
span { border-color: #67CA7B; }
span { border-color: rgb(103,202,123); }
td.TdClassName
{
border-color: #67CA7B;
}
.TagClassName
{
border-color: #67CA7B;
}
</style>