Shades of Fern #6AB669
Tints of Fern #6AB669
RGB
CMYK
RGB Variations
Color information
#6AB669 (or 0x6AB669) is known color: Fern. HEX triplet: 6A, B6 and 69. RGB value is (106,182,105). Sum of RGB (Red+Green+Blue) = 106+182+105=393 (52% of max value = 765). Red value is 106 (41.80% from 255 or 26.97% from 393); Green value is 182 (71.48% from 255 or 46.31% from 393); Blue value is 105 (41.41% from 255 or 26.72% from 393); Max value from RGB is 182 - color contains mainly: green. Hex color #6AB669 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6AB669 is #954996. Grayscale: #969696. Windows color (decimal): -9783703 or 6927978. OLE color: 6927978.
HSL color Cylindrical-coordinate representation of color #6AB669: hue angle of 119.22º degrees, saturation: 0.35, 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 #6AB669 is Cyan = 0.42, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 106 | 182 | 105 | - |
| CMYK | 0.42 | 0 | 0.42 | 0.29 |
| HSL | 119.22º | 0.35% | 0.56% | - |
| HSV(B) | 119.22º | 0.42% | 0.71% | - |
| XYZ | 25.22 | 37.54 | 19.28 | - |
| YUV | 150.5 | 102.32 | 96.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 182 | 105 | 0.42 | 0 | 0.42 | 0.29 | 119.22 | 0.35 | 0.56 |
| Hex | 6A | B6 | 69 | 2A | 0 | 2A | 1D | 77 | 23 | 38 |
| Octal | 152 | 266 | 151 | 52 | 0 | 52 | 35 | 167 | 43 | 70 |
| Binary | 1101010 | 10110110 | 1101001 | 101010 | 0 | 101010 | 11101 | 1110111 | 100011 | 111000 |
Color Harmonies of #6AB669
Complementary color
Monochromatic Colors of #6AB669
Black with #6AB669
Text Example
Text Example
White with #6AB669
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AB669; }
p { color: rgb(106,182,105); }
H1.HeaderClassName
{
color: #6AB669;
}
.AnyTagClassName
{
color: #6AB669;
}
</style>
background-color css
<style>
a { background-color: #6AB669; }
a { background-color: rgb(106,182,105); }
div.DivClassName
{
background-color: #6AB669;
}
.BgClassName
{
background-color: #6AB669;
}
</style>
border-color css
<style>
span { border-color: #6AB669; }
span { border-color: rgb(106,182,105); }
td.TdClassName
{
border-color: #6AB669;
}
.TagClassName
{
border-color: #6AB669;
}
</style>