Shades of Fern #6AAD6A
Tints of Fern #6AAD6A
RGB
CMYK
RGB Variations
Color information
#6AAD6A (or 0x6AAD6A) is known color: Fern. HEX triplet: 6A, AD and 6A. RGB value is (106,173,106). Sum of RGB (Red+Green+Blue) = 106+173+106=385 (50% of max value = 765). Red value is 106 (41.80% from 255 or 27.53% from 385); Green value is 173 (67.97% from 255 or 44.94% from 385); Blue value is 106 (41.80% from 255 or 27.53% from 385); Max value from RGB is 173 - color contains mainly: green. Hex color #6AAD6A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6AAD6A is #955295. Grayscale: #919191. Windows color (decimal): -9786006 or 6991210. OLE color: 6991210.
HSL color Cylindrical-coordinate representation of color #6AAD6A: hue angle of 120º degrees, saturation: 0.29, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #6AAD6A is Cyan = 0.39, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 106 | 173 | 106 | - |
| CMYK | 0.39 | 0 | 0.39 | 0.32 |
| HSL | 120º | 0.29% | 0.55% | - |
| HSV(B) | 120º | 0.39% | 0.68% | - |
| XYZ | 23.49 | 33.99 | 18.96 | - |
| YUV | 145.33 | 105.8 | 99.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 173 | 106 | 0.39 | 0 | 0.39 | 0.32 | 120 | 0.29 | 0.55 |
| Hex | 6A | AD | 6A | 27 | 0 | 27 | 20 | 78 | 1D | 37 |
| Octal | 152 | 255 | 152 | 47 | 0 | 47 | 40 | 170 | 35 | 67 |
| Binary | 1101010 | 10101101 | 1101010 | 100111 | 0 | 100111 | 100000 | 1111000 | 11101 | 110111 |
Color Harmonies of #6AAD6A
Complementary color
Monochromatic Colors of #6AAD6A
Black with #6AAD6A
Text Example
Text Example
White with #6AAD6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AAD6A; }
p { color: rgb(106,173,106); }
H1.HeaderClassName
{
color: #6AAD6A;
}
.AnyTagClassName
{
color: #6AAD6A;
}
</style>
background-color css
<style>
a { background-color: #6AAD6A; }
a { background-color: rgb(106,173,106); }
div.DivClassName
{
background-color: #6AAD6A;
}
.BgClassName
{
background-color: #6AAD6A;
}
</style>
border-color css
<style>
span { border-color: #6AAD6A; }
span { border-color: rgb(106,173,106); }
td.TdClassName
{
border-color: #6AAD6A;
}
.TagClassName
{
border-color: #6AAD6A;
}
</style>