Shades of Fern #6BAA6C
Tints of Fern #6BAA6C
RGB
CMYK
RGB Variations
Color information
#6BAA6C (or 0x6BAA6C) is known color: Fern. HEX triplet: 6B, AA and 6C. RGB value is (107,170,108). Sum of RGB (Red+Green+Blue) = 107+170+108=385 (50% of max value = 765). Red value is 107 (42.19% from 255 or 27.79% from 385); Green value is 170 (66.80% from 255 or 44.16% from 385); Blue value is 108 (42.58% from 255 or 28.05% from 385); Max value from RGB is 170 - color contains mainly: green. Hex color #6BAA6C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6BAA6C is #945593. Grayscale: #909090. Windows color (decimal): -9721236 or 7121515. OLE color: 7121515.
HSL color Cylindrical-coordinate representation of color #6BAA6C: hue angle of 120.95º degrees, saturation: 0.27, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #6BAA6C is Cyan = 0.37, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 107 | 170 | 108 | - |
| CMYK | 0.37 | 0 | 0.36 | 0.33 |
| HSL | 120.95º | 0.27% | 0.54% | - |
| HSV(B) | 120.95º | 0.37% | 0.67% | - |
| XYZ | 23.14 | 32.96 | 19.33 | - |
| YUV | 144.1 | 107.63 | 101.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 170 | 108 | 0.37 | 0 | 0.36 | 0.33 | 120.95 | 0.27 | 0.54 |
| Hex | 6B | AA | 6C | 25 | 0 | 24 | 21 | 79 | 1B | 36 |
| Octal | 153 | 252 | 154 | 45 | 0 | 44 | 41 | 171 | 33 | 66 |
| Binary | 1101011 | 10101010 | 1101100 | 100101 | 0 | 100100 | 100001 | 1111001 | 11011 | 110110 |
Color Harmonies of #6BAA6C
Complementary color
Monochromatic Colors of #6BAA6C
Black with #6BAA6C
Text Example
Text Example
White with #6BAA6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BAA6C; }
p { color: rgb(107,170,108); }
H1.HeaderClassName
{
color: #6BAA6C;
}
.AnyTagClassName
{
color: #6BAA6C;
}
</style>
background-color css
<style>
a { background-color: #6BAA6C; }
a { background-color: rgb(107,170,108); }
div.DivClassName
{
background-color: #6BAA6C;
}
.BgClassName
{
background-color: #6BAA6C;
}
</style>
border-color css
<style>
span { border-color: #6BAA6C; }
span { border-color: rgb(107,170,108); }
td.TdClassName
{
border-color: #6BAA6C;
}
.TagClassName
{
border-color: #6BAA6C;
}
</style>