Shades of Fern #6BAE6B
Tints of Fern #6BAE6B
RGB
CMYK
RGB Variations
Color information
#6BAE6B (or 0x6BAE6B) is known color: Fern. HEX triplet: 6B, AE and 6B. RGB value is (107,174,107). Sum of RGB (Red+Green+Blue) = 107+174+107=388 (51% of max value = 765). Red value is 107 (42.19% from 255 or 27.58% from 388); Green value is 174 (68.36% from 255 or 44.85% from 388); Blue value is 107 (42.19% from 255 or 27.58% from 388); Max value from RGB is 174 - color contains mainly: green. Hex color #6BAE6B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6BAE6B is #945194. Grayscale: #929292. Windows color (decimal): -9720213 or 7057003. OLE color: 7057003.
HSL color Cylindrical-coordinate representation of color #6BAE6B: 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 #6BAE6B is Cyan = 0.39, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 107 | 174 | 107 | - |
| CMYK | 0.39 | 0 | 0.39 | 0.32 |
| HSL | 120º | 0.29% | 0.55% | - |
| HSV(B) | 120º | 0.39% | 0.68% | - |
| XYZ | 23.85 | 34.46 | 19.3 | - |
| YUV | 146.33 | 105.8 | 99.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 174 | 107 | 0.39 | 0 | 0.39 | 0.32 | 120 | 0.29 | 0.55 |
| Hex | 6B | AE | 6B | 27 | 0 | 27 | 20 | 78 | 1D | 37 |
| Octal | 153 | 256 | 153 | 47 | 0 | 47 | 40 | 170 | 35 | 67 |
| Binary | 1101011 | 10101110 | 1101011 | 100111 | 0 | 100111 | 100000 | 1111000 | 11101 | 110111 |
Color Harmonies of #6BAE6B
Complementary color
Monochromatic Colors of #6BAE6B
Black with #6BAE6B
Text Example
Text Example
White with #6BAE6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BAE6B; }
p { color: rgb(107,174,107); }
H1.HeaderClassName
{
color: #6BAE6B;
}
.AnyTagClassName
{
color: #6BAE6B;
}
</style>
background-color css
<style>
a { background-color: #6BAE6B; }
a { background-color: rgb(107,174,107); }
div.DivClassName
{
background-color: #6BAE6B;
}
.BgClassName
{
background-color: #6BAE6B;
}
</style>
border-color css
<style>
span { border-color: #6BAE6B; }
span { border-color: rgb(107,174,107); }
td.TdClassName
{
border-color: #6BAE6B;
}
.TagClassName
{
border-color: #6BAE6B;
}
</style>