Shades of Emerald #67D07F
Tints of Emerald #67D07F
RGB
CMYK
RGB Variations
Color information
#67D07F (or 0x67D07F) is known color: Emerald. HEX triplet: 67, D0 and 7F. RGB value is (103,208,127). Sum of RGB (Red+Green+Blue) = 103+208+127=438 (58% of max value = 765). Red value is 103 (40.62% from 255 or 23.52% from 438); Green value is 208 (81.64% from 255 or 47.49% from 438); Blue value is 127 (50% from 255 or 29.00% from 438); Max value from RGB is 208 - color contains mainly: green. Hex color #67D07F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #67D07F is #982F80. Grayscale: #A7A7A7. Windows color (decimal): -9973633 or 8376423. OLE color: 8376423.
HSL color Cylindrical-coordinate representation of color #67D07F: hue angle of 133.71º degrees, saturation: 0.53, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #67D07F is Cyan = 0.50, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 103 | 208 | 127 | - |
| CMYK | 0.50 | 0 | 0.39 | 0.18 |
| HSL | 133.71º | 0.53% | 0.61% | - |
| HSV(B) | 133.71º | 0.5% | 0.82% | - |
| XYZ | 31.98 | 49.53 | 27.95 | - |
| YUV | 167.37 | 105.21 | 82.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 208 | 127 | 0.50 | 0 | 0.39 | 0.18 | 133.71 | 0.53 | 0.61 |
| Hex | 67 | D0 | 7F | 32 | 0 | 27 | 12 | 86 | 35 | 3D |
| Octal | 147 | 320 | 177 | 62 | 0 | 47 | 22 | 206 | 65 | 75 |
| Binary | 1100111 | 11010000 | 1111111 | 110010 | 0 | 100111 | 10010 | 10000110 | 110101 | 111101 |
Color Harmonies of #67D07F
Complementary color
Monochromatic Colors of #67D07F
Black with #67D07F
Text Example
Text Example
White with #67D07F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67D07F; }
p { color: rgb(103,208,127); }
H1.HeaderClassName
{
color: #67D07F;
}
.AnyTagClassName
{
color: #67D07F;
}
</style>
background-color css
<style>
a { background-color: #67D07F; }
a { background-color: rgb(103,208,127); }
div.DivClassName
{
background-color: #67D07F;
}
.BgClassName
{
background-color: #67D07F;
}
</style>
border-color css
<style>
span { border-color: #67D07F; }
span { border-color: rgb(103,208,127); }
td.TdClassName
{
border-color: #67D07F;
}
.TagClassName
{
border-color: #67D07F;
}
</style>