Shades of Fern #6CAB72
Tints of Fern #6CAB72
RGB
CMYK
RGB Variations
Color information
#6CAB72 (or 0x6CAB72) is known color: Fern. HEX triplet: 6C, AB and 72. RGB value is (108,171,114). Sum of RGB (Red+Green+Blue) = 108+171+114=393 (52% of max value = 765). Red value is 108 (42.58% from 255 or 27.48% from 393); Green value is 171 (67.19% from 255 or 43.51% from 393); Blue value is 114 (44.92% from 255 or 29.01% from 393); Max value from RGB is 171 - color contains mainly: green. Hex color #6CAB72 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6CAB72 is #93548D. Grayscale: #919191. Windows color (decimal): -9655438 or 7514988. OLE color: 7514988.
HSL color Cylindrical-coordinate representation of color #6CAB72: hue angle of 125.71º 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 #6CAB72 is Cyan = 0.37, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 108 | 171 | 114 | - |
| CMYK | 0.37 | 0 | 0.33 | 0.33 |
| HSL | 125.71º | 0.27% | 0.55% | - |
| HSV(B) | 125.71º | 0.37% | 0.67% | - |
| XYZ | 23.78 | 33.53 | 21.14 | - |
| YUV | 145.67 | 110.13 | 101.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 171 | 114 | 0.37 | 0 | 0.33 | 0.33 | 125.71 | 0.27 | 0.55 |
| Hex | 6C | AB | 72 | 25 | 0 | 21 | 21 | 7E | 1B | 37 |
| Octal | 154 | 253 | 162 | 45 | 0 | 41 | 41 | 176 | 33 | 67 |
| Binary | 1101100 | 10101011 | 1110010 | 100101 | 0 | 100001 | 100001 | 1111110 | 11011 | 110111 |
Color Harmonies of #6CAB72
Complementary color
Monochromatic Colors of #6CAB72
Black with #6CAB72
Text Example
Text Example
White with #6CAB72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CAB72; }
p { color: rgb(108,171,114); }
H1.HeaderClassName
{
color: #6CAB72;
}
.AnyTagClassName
{
color: #6CAB72;
}
</style>
background-color css
<style>
a { background-color: #6CAB72; }
a { background-color: rgb(108,171,114); }
div.DivClassName
{
background-color: #6CAB72;
}
.BgClassName
{
background-color: #6CAB72;
}
</style>
border-color css
<style>
span { border-color: #6CAB72; }
span { border-color: rgb(108,171,114); }
td.TdClassName
{
border-color: #6CAB72;
}
.TagClassName
{
border-color: #6CAB72;
}
</style>