Shades of Fern #6AB672
Tints of Fern #6AB672
RGB
CMYK
RGB Variations
Color information
#6AB672 (or 0x6AB672) is known color: Fern. HEX triplet: 6A, B6 and 72. RGB value is (106,182,114). Sum of RGB (Red+Green+Blue) = 106+182+114=402 (53% of max value = 765). Red value is 106 (41.80% from 255 or 26.37% from 402); Green value is 182 (71.48% from 255 or 45.27% from 402); Blue value is 114 (44.92% from 255 or 28.36% from 402); Max value from RGB is 182 - color contains mainly: green. Hex color #6AB672 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6AB672 is #95498D. Grayscale: #979797. Windows color (decimal): -9783694 or 7517802. OLE color: 7517802.
HSL color Cylindrical-coordinate representation of color #6AB672: hue angle of 126.32º degrees, saturation: 0.34, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #6AB672 is Cyan = 0.42, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 106 | 182 | 114 | - |
| CMYK | 0.42 | 0 | 0.37 | 0.29 |
| HSL | 126.32º | 0.34% | 0.56% | - |
| HSV(B) | 126.32º | 0.42% | 0.71% | - |
| XYZ | 25.71 | 37.73 | 21.85 | - |
| YUV | 151.52 | 106.82 | 95.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 182 | 114 | 0.42 | 0 | 0.37 | 0.29 | 126.32 | 0.34 | 0.56 |
| Hex | 6A | B6 | 72 | 2A | 0 | 25 | 1D | 7E | 22 | 38 |
| Octal | 152 | 266 | 162 | 52 | 0 | 45 | 35 | 176 | 42 | 70 |
| Binary | 1101010 | 10110110 | 1110010 | 101010 | 0 | 100101 | 11101 | 1111110 | 100010 | 111000 |
Color Harmonies of #6AB672
Complementary color
Monochromatic Colors of #6AB672
Black with #6AB672
Text Example
Text Example
White with #6AB672
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AB672; }
p { color: rgb(106,182,114); }
H1.HeaderClassName
{
color: #6AB672;
}
.AnyTagClassName
{
color: #6AB672;
}
</style>
background-color css
<style>
a { background-color: #6AB672; }
a { background-color: rgb(106,182,114); }
div.DivClassName
{
background-color: #6AB672;
}
.BgClassName
{
background-color: #6AB672;
}
</style>
border-color css
<style>
span { border-color: #6AB672; }
span { border-color: rgb(106,182,114); }
td.TdClassName
{
border-color: #6AB672;
}
.TagClassName
{
border-color: #6AB672;
}
</style>