Shades of Fern #6AAF68
Tints of Fern #6AAF68
RGB
CMYK
RGB Variations
Color information
#6AAF68 (or 0x6AAF68) is known color: Fern. HEX triplet: 6A, AF and 68. RGB value is (106,175,104). Sum of RGB (Red+Green+Blue) = 106+175+104=385 (50% of max value = 765). Red value is 106 (41.80% from 255 or 27.53% from 385); Green value is 175 (68.75% from 255 or 45.45% from 385); Blue value is 104 (41.02% from 255 or 27.01% from 385); Max value from RGB is 175 - color contains mainly: green. Hex color #6AAF68 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6AAF68 is #955097. Grayscale: #929292. Windows color (decimal): -9785496 or 6860650. OLE color: 6860650.
HSL color Cylindrical-coordinate representation of color #6AAF68: hue angle of 118.31º degrees, saturation: 0.31, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #6AAF68 is Cyan = 0.39, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 106 | 175 | 104 | - |
| CMYK | 0.39 | 0 | 0.41 | 0.31 |
| HSL | 118.31º | 0.31% | 0.55% | - |
| HSV(B) | 118.31º | 0.41% | 0.69% | - |
| XYZ | 23.77 | 34.72 | 18.55 | - |
| YUV | 146.28 | 104.14 | 99.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 175 | 104 | 0.39 | 0 | 0.41 | 0.31 | 118.31 | 0.31 | 0.55 |
| Hex | 6A | AF | 68 | 27 | 0 | 29 | 1F | 76 | 1F | 37 |
| Octal | 152 | 257 | 150 | 47 | 0 | 51 | 37 | 166 | 37 | 67 |
| Binary | 1101010 | 10101111 | 1101000 | 100111 | 0 | 101001 | 11111 | 1110110 | 11111 | 110111 |
Color Harmonies of #6AAF68
Complementary color
Monochromatic Colors of #6AAF68
Black with #6AAF68
Text Example
Text Example
White with #6AAF68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AAF68; }
p { color: rgb(106,175,104); }
H1.HeaderClassName
{
color: #6AAF68;
}
.AnyTagClassName
{
color: #6AAF68;
}
</style>
background-color css
<style>
a { background-color: #6AAF68; }
a { background-color: rgb(106,175,104); }
div.DivClassName
{
background-color: #6AAF68;
}
.BgClassName
{
background-color: #6AAF68;
}
</style>
border-color css
<style>
span { border-color: #6AAF68; }
span { border-color: rgb(106,175,104); }
td.TdClassName
{
border-color: #6AAF68;
}
.TagClassName
{
border-color: #6AAF68;
}
</style>