Shades of Fern #6CAB71
Tints of Fern #6CAB71
RGB
CMYK
RGB Variations
Color information
#6CAB71 (or 0x6CAB71) is known color: Fern. HEX triplet: 6C, AB and 71. RGB value is (108,171,113). Sum of RGB (Red+Green+Blue) = 108+171+113=392 (51% of max value = 765). Red value is 108 (42.58% from 255 or 27.55% from 392); Green value is 171 (67.19% from 255 or 43.62% from 392); Blue value is 113 (44.53% from 255 or 28.83% from 392); Max value from RGB is 171 - color contains mainly: green. Hex color #6CAB71 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6CAB71 is #93548E. Grayscale: #919191. Windows color (decimal): -9655439 or 7449452. OLE color: 7449452.
HSL color Cylindrical-coordinate representation of color #6CAB71: hue angle of 124.76º degrees, saturation: 0.27, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #6CAB71 is Cyan = 0.37, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 108 | 171 | 113 | - |
| CMYK | 0.37 | 0 | 0.34 | 0.33 |
| HSL | 124.76º | 0.27% | 0.55% | - |
| HSV(B) | 124.76º | 0.37% | 0.67% | - |
| XYZ | 23.73 | 33.51 | 20.84 | - |
| YUV | 145.55 | 109.63 | 101.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 171 | 113 | 0.37 | 0 | 0.34 | 0.33 | 124.76 | 0.27 | 0.55 |
| Hex | 6C | AB | 71 | 25 | 0 | 22 | 21 | 7D | 1B | 37 |
| Octal | 154 | 253 | 161 | 45 | 0 | 42 | 41 | 175 | 33 | 67 |
| Binary | 1101100 | 10101011 | 1110001 | 100101 | 0 | 100010 | 100001 | 1111101 | 11011 | 110111 |
Color Harmonies of #6CAB71
Complementary color
Monochromatic Colors of #6CAB71
Black with #6CAB71
Text Example
Text Example
White with #6CAB71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CAB71; }
p { color: rgb(108,171,113); }
H1.HeaderClassName
{
color: #6CAB71;
}
.AnyTagClassName
{
color: #6CAB71;
}
</style>
background-color css
<style>
a { background-color: #6CAB71; }
a { background-color: rgb(108,171,113); }
div.DivClassName
{
background-color: #6CAB71;
}
.BgClassName
{
background-color: #6CAB71;
}
</style>
border-color css
<style>
span { border-color: #6CAB71; }
span { border-color: rgb(108,171,113); }
td.TdClassName
{
border-color: #6CAB71;
}
.TagClassName
{
border-color: #6CAB71;
}
</style>