Shades of Fern #6AA369
Tints of Fern #6AA369
RGB
CMYK
RGB Variations
Color information
#6AA369 (or 0x6AA369) is known color: Fern. HEX triplet: 6A, A3 and 69. RGB value is (106,163,105). Sum of RGB (Red+Green+Blue) = 106+163+105=374 (49% of max value = 765). Red value is 106 (41.80% from 255 or 28.34% from 374); Green value is 163 (64.06% from 255 or 43.58% from 374); Blue value is 105 (41.41% from 255 or 28.07% from 374); Max value from RGB is 163 - color contains mainly: green. Hex color #6AA369 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6AA369 is #955C96. Grayscale: #8B8B8B. Windows color (decimal): -9788567 or 6923114. OLE color: 6923114.
HSL color Cylindrical-coordinate representation of color #6AA369: hue angle of 118.97º degrees, saturation: 0.24, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #6AA369 is Cyan = 0.35, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 106 | 163 | 105 | - |
| CMYK | 0.35 | 0 | 0.36 | 0.36 |
| HSL | 118.97º | 0.24% | 0.53% | - |
| HSV(B) | 118.97º | 0.36% | 0.64% | - |
| XYZ | 21.59 | 30.28 | 18.07 | - |
| YUV | 139.35 | 108.62 | 104.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 163 | 105 | 0.35 | 0 | 0.36 | 0.36 | 118.97 | 0.24 | 0.53 |
| Hex | 6A | A3 | 69 | 23 | 0 | 24 | 24 | 77 | 18 | 35 |
| Octal | 152 | 243 | 151 | 43 | 0 | 44 | 44 | 167 | 30 | 65 |
| Binary | 1101010 | 10100011 | 1101001 | 100011 | 0 | 100100 | 100100 | 1110111 | 11000 | 110101 |
Color Harmonies of #6AA369
Complementary color
Monochromatic Colors of #6AA369
Black with #6AA369
Text Example
Text Example
White with #6AA369
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AA369; }
p { color: rgb(106,163,105); }
H1.HeaderClassName
{
color: #6AA369;
}
.AnyTagClassName
{
color: #6AA369;
}
</style>
background-color css
<style>
a { background-color: #6AA369; }
a { background-color: rgb(106,163,105); }
div.DivClassName
{
background-color: #6AA369;
}
.BgClassName
{
background-color: #6AA369;
}
</style>
border-color css
<style>
span { border-color: #6AA369; }
span { border-color: rgb(106,163,105); }
td.TdClassName
{
border-color: #6AA369;
}
.TagClassName
{
border-color: #6AA369;
}
</style>