Shades of Fern #6AB468
Tints of Fern #6AB468
RGB
CMYK
RGB Variations
Color information
#6AB468 (or 0x6AB468) is known color: Fern. HEX triplet: 6A, B4 and 68. RGB value is (106,180,104). Sum of RGB (Red+Green+Blue) = 106+180+104=390 (51% of max value = 765). Red value is 106 (41.80% from 255 or 27.18% from 390); Green value is 180 (70.70% from 255 or 46.15% from 390); Blue value is 104 (41.02% from 255 or 26.67% from 390); Max value from RGB is 180 - color contains mainly: green. Hex color #6AB468 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6AB468 is #954B97. Grayscale: #959595. Windows color (decimal): -9784216 or 6861930. OLE color: 6861930.
HSL color Cylindrical-coordinate representation of color #6AB468: hue angle of 118.42º degrees, saturation: 0.34, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #6AB468 is Cyan = 0.41, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 106 | 180 | 104 | - |
| CMYK | 0.41 | 0 | 0.42 | 0.29 |
| HSL | 118.42º | 0.34% | 0.56% | - |
| HSV(B) | 118.42º | 0.42% | 0.71% | - |
| XYZ | 24.76 | 36.71 | 18.88 | - |
| YUV | 149.21 | 102.48 | 97.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 180 | 104 | 0.41 | 0 | 0.42 | 0.29 | 118.42 | 0.34 | 0.56 |
| Hex | 6A | B4 | 68 | 29 | 0 | 2A | 1D | 76 | 22 | 38 |
| Octal | 152 | 264 | 150 | 51 | 0 | 52 | 35 | 166 | 42 | 70 |
| Binary | 1101010 | 10110100 | 1101000 | 101001 | 0 | 101010 | 11101 | 1110110 | 100010 | 111000 |
Color Harmonies of #6AB468
Complementary color
Monochromatic Colors of #6AB468
Black with #6AB468
Text Example
Text Example
White with #6AB468
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AB468; }
p { color: rgb(106,180,104); }
H1.HeaderClassName
{
color: #6AB468;
}
.AnyTagClassName
{
color: #6AB468;
}
</style>
background-color css
<style>
a { background-color: #6AB468; }
a { background-color: rgb(106,180,104); }
div.DivClassName
{
background-color: #6AB468;
}
.BgClassName
{
background-color: #6AB468;
}
</style>
border-color css
<style>
span { border-color: #6AB468; }
span { border-color: rgb(106,180,104); }
td.TdClassName
{
border-color: #6AB468;
}
.TagClassName
{
border-color: #6AB468;
}
</style>