Shades of Fern #6FAF72
Tints of Fern #6FAF72
RGB
CMYK
RGB Variations
Color information
#6FAF72 (or 0x6FAF72) is known color: Fern. HEX triplet: 6F, AF and 72. RGB value is (111,175,114). Sum of RGB (Red+Green+Blue) = 111+175+114=400 (52% of max value = 765). Red value is 111 (43.75% from 255 or 27.75% from 400); Green value is 175 (68.75% from 255 or 43.75% from 400); Blue value is 114 (44.92% from 255 or 28.5% from 400); Max value from RGB is 175 - color contains mainly: green. Hex color #6FAF72 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6FAF72 is #90508D. Grayscale: #959595. Windows color (decimal): -9457806 or 7516015. OLE color: 7516015.
HSL color Cylindrical-coordinate representation of color #6FAF72: hue angle of 122.81º degrees, saturation: 0.29, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #6FAF72 is Cyan = 0.37, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 111 | 175 | 114 | - |
| CMYK | 0.37 | 0 | 0.35 | 0.31 |
| HSL | 122.81º | 0.29% | 0.56% | - |
| HSV(B) | 122.81º | 0.37% | 0.69% | - |
| XYZ | 24.92 | 35.25 | 21.41 | - |
| YUV | 148.91 | 108.3 | 100.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 175 | 114 | 0.37 | 0 | 0.35 | 0.31 | 122.81 | 0.29 | 0.56 |
| Hex | 6F | AF | 72 | 25 | 0 | 23 | 1F | 7B | 1D | 38 |
| Octal | 157 | 257 | 162 | 45 | 0 | 43 | 37 | 173 | 35 | 70 |
| Binary | 1101111 | 10101111 | 1110010 | 100101 | 0 | 100011 | 11111 | 1111011 | 11101 | 111000 |
Color Harmonies of #6FAF72
Complementary color
Monochromatic Colors of #6FAF72
Black with #6FAF72
Text Example
Text Example
White with #6FAF72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FAF72; }
p { color: rgb(111,175,114); }
H1.HeaderClassName
{
color: #6FAF72;
}
.AnyTagClassName
{
color: #6FAF72;
}
</style>
background-color css
<style>
a { background-color: #6FAF72; }
a { background-color: rgb(111,175,114); }
div.DivClassName
{
background-color: #6FAF72;
}
.BgClassName
{
background-color: #6FAF72;
}
</style>
border-color css
<style>
span { border-color: #6FAF72; }
span { border-color: rgb(111,175,114); }
td.TdClassName
{
border-color: #6FAF72;
}
.TagClassName
{
border-color: #6FAF72;
}
</style>