Shades of Fern #6ACB7A
Tints of Fern #6ACB7A
RGB
CMYK
RGB Variations
Color information
#6ACB7A (or 0x6ACB7A) is known color: Fern. HEX triplet: 6A, CB and 7A. RGB value is (106,203,122). Sum of RGB (Red+Green+Blue) = 106+203+122=431 (57% of max value = 765). Red value is 106 (41.80% from 255 or 24.59% from 431); Green value is 203 (79.69% from 255 or 47.10% from 431); Blue value is 122 (48.05% from 255 or 28.31% from 431); Max value from RGB is 203 - color contains mainly: green. Hex color #6ACB7A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6ACB7A is #953485. Grayscale: #A4A4A4. Windows color (decimal): -9778310 or 8047466. OLE color: 8047466.
HSL color Cylindrical-coordinate representation of color #6ACB7A: hue angle of 129.9º 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 #6ACB7A is Cyan = 0.48, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 106 | 203 | 122 | - |
| CMYK | 0.48 | 0 | 0.40 | 0.20 |
| HSL | 129.9º | 0.48% | 0.61% | - |
| HSV(B) | 129.9º | 0.48% | 0.8% | - |
| XYZ | 30.81 | 47.18 | 25.9 | - |
| YUV | 164.76 | 103.86 | 86.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 203 | 122 | 0.48 | 0 | 0.40 | 0.20 | 129.9 | 0.48 | 0.61 |
| Hex | 6A | CB | 7A | 30 | 0 | 28 | 14 | 82 | 30 | 3D |
| Octal | 152 | 313 | 172 | 60 | 0 | 50 | 24 | 202 | 60 | 75 |
| Binary | 1101010 | 11001011 | 1111010 | 110000 | 0 | 101000 | 10100 | 10000010 | 110000 | 111101 |
Color Harmonies of #6ACB7A
Complementary color
Monochromatic Colors of #6ACB7A
Black with #6ACB7A
Text Example
Text Example
White with #6ACB7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6ACB7A; }
p { color: rgb(106,203,122); }
H1.HeaderClassName
{
color: #6ACB7A;
}
.AnyTagClassName
{
color: #6ACB7A;
}
</style>
background-color css
<style>
a { background-color: #6ACB7A; }
a { background-color: rgb(106,203,122); }
div.DivClassName
{
background-color: #6ACB7A;
}
.BgClassName
{
background-color: #6ACB7A;
}
</style>
border-color css
<style>
span { border-color: #6ACB7A; }
span { border-color: rgb(106,203,122); }
td.TdClassName
{
border-color: #6ACB7A;
}
.TagClassName
{
border-color: #6ACB7A;
}
</style>