Shades of Fern #6ACB79
Tints of Fern #6ACB79
RGB
CMYK
RGB Variations
Color information
#6ACB79 (or 0x6ACB79) is known color: Fern. HEX triplet: 6A, CB and 79. RGB value is (106,203,121). Sum of RGB (Red+Green+Blue) = 106+203+121=430 (56% of max value = 765). Red value is 106 (41.80% from 255 or 24.65% from 430); Green value is 203 (79.69% from 255 or 47.21% from 430); Blue value is 121 (47.66% from 255 or 28.14% from 430); Max value from RGB is 203 - color contains mainly: green. Hex color #6ACB79 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6ACB79 is #953486. Grayscale: #A4A4A4. Windows color (decimal): -9778311 or 7981930. OLE color: 7981930.
HSL color Cylindrical-coordinate representation of color #6ACB79: hue angle of 129.28º 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 #6ACB79 is Cyan = 0.48, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 106 | 203 | 121 | - |
| CMYK | 0.48 | 0 | 0.40 | 0.20 |
| HSL | 129.28º | 0.48% | 0.61% | - |
| HSV(B) | 129.28º | 0.48% | 0.8% | - |
| XYZ | 30.75 | 47.16 | 25.57 | - |
| YUV | 164.65 | 103.36 | 86.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 203 | 121 | 0.48 | 0 | 0.40 | 0.20 | 129.28 | 0.48 | 0.61 |
| Hex | 6A | CB | 79 | 30 | 0 | 28 | 14 | 81 | 30 | 3D |
| Octal | 152 | 313 | 171 | 60 | 0 | 50 | 24 | 201 | 60 | 75 |
| Binary | 1101010 | 11001011 | 1111001 | 110000 | 0 | 101000 | 10100 | 10000001 | 110000 | 111101 |
Color Harmonies of #6ACB79
Complementary color
Monochromatic Colors of #6ACB79
Black with #6ACB79
Text Example
Text Example
White with #6ACB79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6ACB79; }
p { color: rgb(106,203,121); }
H1.HeaderClassName
{
color: #6ACB79;
}
.AnyTagClassName
{
color: #6ACB79;
}
</style>
background-color css
<style>
a { background-color: #6ACB79; }
a { background-color: rgb(106,203,121); }
div.DivClassName
{
background-color: #6ACB79;
}
.BgClassName
{
background-color: #6ACB79;
}
</style>
border-color css
<style>
span { border-color: #6ACB79; }
span { border-color: rgb(106,203,121); }
td.TdClassName
{
border-color: #6ACB79;
}
.TagClassName
{
border-color: #6ACB79;
}
</style>