Shades of Fern #55AA67
Tints of Fern #55AA67
RGB
CMYK
RGB Variations
Color information
#55AA67 (or 0x55AA67) is known color: Fern. HEX triplet: 55, AA and 67. RGB value is (85,170,103). Sum of RGB (Red+Green+Blue) = 85+170+103=358 (47% of max value = 765). Red value is 85 (33.59% from 255 or 23.74% from 358); Green value is 170 (66.80% from 255 or 47.49% from 358); Blue value is 103 (40.62% from 255 or 28.77% from 358); Max value from RGB is 170 - color contains mainly: green. Hex color #55AA67 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #55AA67 is #AA5598. Grayscale: #898989. Windows color (decimal): -11163033 or 6793813. OLE color: 6793813.
HSL color Cylindrical-coordinate representation of color #55AA67: hue angle of 132.71º degrees, saturation: 0.33, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #55AA67 is Cyan = 0.50, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 85 | 170 | 103 | - |
| CMYK | 0.50 | 0 | 0.39 | 0.33 |
| HSL | 132.71º | 0.33% | 0.5% | - |
| HSV(B) | 132.71º | 0.5% | 0.67% | - |
| XYZ | 20.57 | 31.66 | 17.86 | - |
| YUV | 136.95 | 108.84 | 90.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 170 | 103 | 0.50 | 0 | 0.39 | 0.33 | 132.71 | 0.33 | 0.5 |
| Hex | 55 | AA | 67 | 32 | 0 | 27 | 21 | 85 | 21 | 32 |
| Octal | 125 | 252 | 147 | 62 | 0 | 47 | 41 | 205 | 41 | 62 |
| Binary | 1010101 | 10101010 | 1100111 | 110010 | 0 | 100111 | 100001 | 10000101 | 100001 | 110010 |
Color Harmonies of #55AA67
Complementary color
Monochromatic Colors of #55AA67
Black with #55AA67
Text Example
Text Example
White with #55AA67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55AA67; }
p { color: rgb(85,170,103); }
H1.HeaderClassName
{
color: #55AA67;
}
.AnyTagClassName
{
color: #55AA67;
}
</style>
background-color css
<style>
a { background-color: #55AA67; }
a { background-color: rgb(85,170,103); }
div.DivClassName
{
background-color: #55AA67;
}
.BgClassName
{
background-color: #55AA67;
}
</style>
border-color css
<style>
span { border-color: #55AA67; }
span { border-color: rgb(85,170,103); }
td.TdClassName
{
border-color: #55AA67;
}
.TagClassName
{
border-color: #55AA67;
}
</style>