Shades of Fern #6BAA6B
Tints of Fern #6BAA6B
RGB
CMYK
RGB Variations
Color information
#6BAA6B (or 0x6BAA6B) is known color: Fern. HEX triplet: 6B, AA and 6B. RGB value is (107,170,107). Sum of RGB (Red+Green+Blue) = 107+170+107=384 (50% of max value = 765). Red value is 107 (42.19% from 255 or 27.86% from 384); Green value is 170 (66.80% from 255 or 44.27% from 384); Blue value is 107 (42.19% from 255 or 27.86% from 384); Max value from RGB is 170 - color contains mainly: green. Hex color #6BAA6B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6BAA6B is #945594. Grayscale: #909090. Windows color (decimal): -9721237 or 7055979. OLE color: 7055979.
HSL color Cylindrical-coordinate representation of color #6BAA6B: hue angle of 120º 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 #6BAA6B is Cyan = 0.37, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.33.
Color convert
RGB | 107 | 170 | 107 | - |
CMYK | 0.37 | 0 | 0.37 | 0.33 |
HSL | 120º | 0.27% | 0.54% | - |
HSV(B) | 120º | 0.37% | 0.67% | - |
XYZ | 23.09 | 32.94 | 19.05 | - |
YUV | 143.98 | 107.13 | 101.62 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 107 | 170 | 107 | 0.37 | 0 | 0.37 | 0.33 | 120 | 0.27 | 0.54 |
Hex | 6B | AA | 6B | 25 | 0 | 25 | 21 | 78 | 1B | 36 |
Octal | 153 | 252 | 153 | 45 | 0 | 45 | 41 | 170 | 33 | 66 |
Binary | 1101011 | 10101010 | 1101011 | 100101 | 0 | 100101 | 100001 | 1111000 | 11011 | 110110 |
Color Harmonies of #6BAA6B
Complementary color
Monochromatic Colors of #6BAA6B
Black with #6BAA6B
Text Example
Text Example
White with #6BAA6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BAA6B; }
p { color: rgb(107,170,107); }
H1.HeaderClassName
{
color: #6BAA6B;
}
.AnyTagClassName
{
color: #6BAA6B;
}
</style>
background-color css
<style>
a { background-color: #6BAA6B; }
a { background-color: rgb(107,170,107); }
div.DivClassName
{
background-color: #6BAA6B;
}
.BgClassName
{
background-color: #6BAA6B;
}
</style>
border-color css
<style>
span { border-color: #6BAA6B; }
span { border-color: rgb(107,170,107); }
td.TdClassName
{
border-color: #6BAA6B;
}
.TagClassName
{
border-color: #6BAA6B;
}
</style>