Shades of Fern #6AB167
Tints of Fern #6AB167
RGB
CMYK
RGB Variations
Color information
#6AB167 (or 0x6AB167) is known color: Fern. HEX triplet: 6A, B1 and 67. RGB value is (106,177,103). Sum of RGB (Red+Green+Blue) = 106+177+103=386 (51% of max value = 765). Red value is 106 (41.80% from 255 or 27.46% from 386); Green value is 177 (69.53% from 255 or 45.85% from 386); Blue value is 103 (40.62% from 255 or 26.68% from 386); Max value from RGB is 177 - color contains mainly: green. Hex color #6AB167 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6AB167 is #954E98. Grayscale: #939393. Windows color (decimal): -9784985 or 6795626. OLE color: 6795626.
HSL color Cylindrical-coordinate representation of color #6AB167: hue angle of 117.57º degrees, saturation: 0.32, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #6AB167 is Cyan = 0.40, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 106 | 177 | 103 | - |
| CMYK | 0.40 | 0 | 0.42 | 0.31 |
| HSL | 117.57º | 0.32% | 0.55% | - |
| HSV(B) | 117.57º | 0.42% | 0.69% | - |
| XYZ | 24.11 | 35.49 | 18.41 | - |
| YUV | 147.34 | 102.98 | 98.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 177 | 103 | 0.40 | 0 | 0.42 | 0.31 | 117.57 | 0.32 | 0.55 |
| Hex | 6A | B1 | 67 | 28 | 0 | 2A | 1F | 76 | 20 | 37 |
| Octal | 152 | 261 | 147 | 50 | 0 | 52 | 37 | 166 | 40 | 67 |
| Binary | 1101010 | 10110001 | 1100111 | 101000 | 0 | 101010 | 11111 | 1110110 | 100000 | 110111 |
Color Harmonies of #6AB167
Complementary color
Monochromatic Colors of #6AB167
Black with #6AB167
Text Example
Text Example
White with #6AB167
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AB167; }
p { color: rgb(106,177,103); }
H1.HeaderClassName
{
color: #6AB167;
}
.AnyTagClassName
{
color: #6AB167;
}
</style>
background-color css
<style>
a { background-color: #6AB167; }
a { background-color: rgb(106,177,103); }
div.DivClassName
{
background-color: #6AB167;
}
.BgClassName
{
background-color: #6AB167;
}
</style>
border-color css
<style>
span { border-color: #6AB167; }
span { border-color: rgb(106,177,103); }
td.TdClassName
{
border-color: #6AB167;
}
.TagClassName
{
border-color: #6AB167;
}
</style>