Shades of Fern #6FAA6A
Tints of Fern #6FAA6A
RGB
CMYK
RGB Variations
Color information
#6FAA6A (or 0x6FAA6A) is known color: Fern. HEX triplet: 6F, AA and 6A. RGB value is (111,170,106). Sum of RGB (Red+Green+Blue) = 111+170+106=387 (51% of max value = 765). Red value is 111 (43.75% from 255 or 28.68% from 387); Green value is 170 (66.80% from 255 or 43.93% from 387); Blue value is 106 (41.80% from 255 or 27.39% from 387); Max value from RGB is 170 - color contains mainly: green. Hex color #6FAA6A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6FAA6A is #905595. Grayscale: #919191. Windows color (decimal): -9459094 or 6990447. OLE color: 6990447.
HSL color Cylindrical-coordinate representation of color #6FAA6A: hue angle of 115.31º degrees, saturation: 0.27, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #6FAA6A is Cyan = 0.35, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 111 | 170 | 106 | - |
| CMYK | 0.35 | 0 | 0.38 | 0.33 |
| HSL | 115.31º | 0.27% | 0.54% | - |
| HSV(B) | 115.31º | 0.38% | 0.67% | - |
| XYZ | 23.53 | 33.17 | 18.8 | - |
| YUV | 145.06 | 105.95 | 103.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 170 | 106 | 0.35 | 0 | 0.38 | 0.33 | 115.31 | 0.27 | 0.54 |
| Hex | 6F | AA | 6A | 23 | 0 | 26 | 21 | 73 | 1B | 36 |
| Octal | 157 | 252 | 152 | 43 | 0 | 46 | 41 | 163 | 33 | 66 |
| Binary | 1101111 | 10101010 | 1101010 | 100011 | 0 | 100110 | 100001 | 1110011 | 11011 | 110110 |
Color Harmonies of #6FAA6A
Complementary color
Monochromatic Colors of #6FAA6A
Black with #6FAA6A
Text Example
Text Example
White with #6FAA6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FAA6A; }
p { color: rgb(111,170,106); }
H1.HeaderClassName
{
color: #6FAA6A;
}
.AnyTagClassName
{
color: #6FAA6A;
}
</style>
background-color css
<style>
a { background-color: #6FAA6A; }
a { background-color: rgb(111,170,106); }
div.DivClassName
{
background-color: #6FAA6A;
}
.BgClassName
{
background-color: #6FAA6A;
}
</style>
border-color css
<style>
span { border-color: #6FAA6A; }
span { border-color: rgb(111,170,106); }
td.TdClassName
{
border-color: #6FAA6A;
}
.TagClassName
{
border-color: #6FAA6A;
}
</style>