Shades of Fern #6ACB6D
Tints of Fern #6ACB6D
RGB
CMYK
RGB Variations
Color information
#6ACB6D (or 0x6ACB6D) is known color: Fern. HEX triplet: 6A, CB and 6D. RGB value is (106,203,109). Sum of RGB (Red+Green+Blue) = 106+203+109=418 (55% of max value = 765). Red value is 106 (41.80% from 255 or 25.36% from 418); Green value is 203 (79.69% from 255 or 48.56% from 418); Blue value is 109 (42.97% from 255 or 26.08% from 418); Max value from RGB is 203 - color contains mainly: green. Hex color #6ACB6D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6ACB6D is #953492. Grayscale: #A3A3A3. Windows color (decimal): -9778323 or 7195498. OLE color: 7195498.
HSL color Cylindrical-coordinate representation of color #6ACB6D: hue angle of 121.86º 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 #6ACB6D is Cyan = 0.48, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 106 | 203 | 109 | - |
| CMYK | 0.48 | 0 | 0.46 | 0.20 |
| HSL | 121.86º | 0.48% | 0.61% | - |
| HSV(B) | 121.86º | 0.48% | 0.8% | - |
| XYZ | 30.06 | 46.88 | 21.93 | - |
| YUV | 163.28 | 97.36 | 87.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 203 | 109 | 0.48 | 0 | 0.46 | 0.20 | 121.86 | 0.48 | 0.61 |
| Hex | 6A | CB | 6D | 30 | 0 | 2E | 14 | 7A | 30 | 3D |
| Octal | 152 | 313 | 155 | 60 | 0 | 56 | 24 | 172 | 60 | 75 |
| Binary | 1101010 | 11001011 | 1101101 | 110000 | 0 | 101110 | 10100 | 1111010 | 110000 | 111101 |
Color Harmonies of #6ACB6D
Complementary color
Monochromatic Colors of #6ACB6D
Black with #6ACB6D
Text Example
Text Example
White with #6ACB6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6ACB6D; }
p { color: rgb(106,203,109); }
H1.HeaderClassName
{
color: #6ACB6D;
}
.AnyTagClassName
{
color: #6ACB6D;
}
</style>
background-color css
<style>
a { background-color: #6ACB6D; }
a { background-color: rgb(106,203,109); }
div.DivClassName
{
background-color: #6ACB6D;
}
.BgClassName
{
background-color: #6ACB6D;
}
</style>
border-color css
<style>
span { border-color: #6ACB6D; }
span { border-color: rgb(106,203,109); }
td.TdClassName
{
border-color: #6ACB6D;
}
.TagClassName
{
border-color: #6ACB6D;
}
</style>