Shades of Fern #6FAB6B
Tints of Fern #6FAB6B
RGB
CMYK
RGB Variations
Color information
#6FAB6B (or 0x6FAB6B) is known color: Fern. HEX triplet: 6F, AB and 6B. RGB value is (111,171,107). Sum of RGB (Red+Green+Blue) = 111+171+107=389 (51% of max value = 765). Red value is 111 (43.75% from 255 or 28.53% from 389); Green value is 171 (67.19% from 255 or 43.96% from 389); Blue value is 107 (42.19% from 255 or 27.51% from 389); Max value from RGB is 171 - color contains mainly: green. Hex color #6FAB6B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6FAB6B is #905494. Grayscale: #919191. Windows color (decimal): -9458837 or 7056239. OLE color: 7056239.
HSL color Cylindrical-coordinate representation of color #6FAB6B: hue angle of 116.25º degrees, saturation: 0.28, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #6FAB6B is Cyan = 0.35, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 111 | 171 | 107 | - |
| CMYK | 0.35 | 0 | 0.37 | 0.33 |
| HSL | 116.25º | 0.28% | 0.55% | - |
| HSV(B) | 116.25º | 0.37% | 0.67% | - |
| XYZ | 23.77 | 33.57 | 19.14 | - |
| YUV | 145.76 | 106.12 | 103.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 171 | 107 | 0.35 | 0 | 0.37 | 0.33 | 116.25 | 0.28 | 0.55 |
| Hex | 6F | AB | 6B | 23 | 0 | 25 | 21 | 74 | 1C | 37 |
| Octal | 157 | 253 | 153 | 43 | 0 | 45 | 41 | 164 | 34 | 67 |
| Binary | 1101111 | 10101011 | 1101011 | 100011 | 0 | 100101 | 100001 | 1110100 | 11100 | 110111 |
Color Harmonies of #6FAB6B
Complementary color
Monochromatic Colors of #6FAB6B
Black with #6FAB6B
Text Example
Text Example
White with #6FAB6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FAB6B; }
p { color: rgb(111,171,107); }
H1.HeaderClassName
{
color: #6FAB6B;
}
.AnyTagClassName
{
color: #6FAB6B;
}
</style>
background-color css
<style>
a { background-color: #6FAB6B; }
a { background-color: rgb(111,171,107); }
div.DivClassName
{
background-color: #6FAB6B;
}
.BgClassName
{
background-color: #6FAB6B;
}
</style>
border-color css
<style>
span { border-color: #6FAB6B; }
span { border-color: rgb(111,171,107); }
td.TdClassName
{
border-color: #6FAB6B;
}
.TagClassName
{
border-color: #6FAB6B;
}
</style>