Shades of Emerald #6ACB7F
Tints of Emerald #6ACB7F
RGB
CMYK
RGB Variations
Color information
#6ACB7F (or 0x6ACB7F) is known color: Emerald. HEX triplet: 6A, CB and 7F. RGB value is (106,203,127). Sum of RGB (Red+Green+Blue) = 106+203+127=436 (57% of max value = 765). Red value is 106 (41.80% from 255 or 24.31% from 436); Green value is 203 (79.69% from 255 or 46.56% from 436); Blue value is 127 (50% from 255 or 29.13% from 436); Max value from RGB is 203 - color contains mainly: green. Hex color #6ACB7F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6ACB7F is #953480. Grayscale: #A5A5A5. Windows color (decimal): -9778305 or 8375146. OLE color: 8375146.
HSL color Cylindrical-coordinate representation of color #6ACB7F: hue angle of 132.99º degrees, saturation: 0.48, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #6ACB7F is Cyan = 0.48, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 106 | 203 | 127 | - |
| CMYK | 0.48 | 0 | 0.37 | 0.20 |
| HSL | 132.99º | 0.48% | 0.61% | - |
| HSV(B) | 132.99º | 0.48% | 0.8% | - |
| XYZ | 31.13 | 47.31 | 27.57 | - |
| YUV | 165.33 | 106.36 | 85.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 203 | 127 | 0.48 | 0 | 0.37 | 0.20 | 132.99 | 0.48 | 0.61 |
| Hex | 6A | CB | 7F | 30 | 0 | 25 | 14 | 85 | 30 | 3D |
| Octal | 152 | 313 | 177 | 60 | 0 | 45 | 24 | 205 | 60 | 75 |
| Binary | 1101010 | 11001011 | 1111111 | 110000 | 0 | 100101 | 10100 | 10000101 | 110000 | 111101 |
Color Harmonies of #6ACB7F
Complementary color
Monochromatic Colors of #6ACB7F
Black with #6ACB7F
Text Example
Text Example
White with #6ACB7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6ACB7F; }
p { color: rgb(106,203,127); }
H1.HeaderClassName
{
color: #6ACB7F;
}
.AnyTagClassName
{
color: #6ACB7F;
}
</style>
background-color css
<style>
a { background-color: #6ACB7F; }
a { background-color: rgb(106,203,127); }
div.DivClassName
{
background-color: #6ACB7F;
}
.BgClassName
{
background-color: #6ACB7F;
}
</style>
border-color css
<style>
span { border-color: #6ACB7F; }
span { border-color: rgb(106,203,127); }
td.TdClassName
{
border-color: #6ACB7F;
}
.TagClassName
{
border-color: #6ACB7F;
}
</style>