Shades of Fern #6BAC74
Tints of Fern #6BAC74
RGB
CMYK
RGB Variations
Color information
#6BAC74 (or 0x6BAC74) is known color: Fern. HEX triplet: 6B, AC and 74. RGB value is (107,172,116). Sum of RGB (Red+Green+Blue) = 107+172+116=395 (52% of max value = 765). Red value is 107 (42.19% from 255 or 27.09% from 395); Green value is 172 (67.58% from 255 or 43.54% from 395); Blue value is 116 (45.70% from 255 or 29.37% from 395); Max value from RGB is 172 - color contains mainly: green. Hex color #6BAC74 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6BAC74 is #94538B. Grayscale: #929292. Windows color (decimal): -9720716 or 7646315. OLE color: 7646315.
HSL color Cylindrical-coordinate representation of color #6BAC74: hue angle of 128.31º degrees, saturation: 0.28, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #6BAC74 is Cyan = 0.38, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 107 | 172 | 116 | - |
| CMYK | 0.38 | 0 | 0.33 | 0.33 |
| HSL | 128.31º | 0.28% | 0.55% | - |
| HSV(B) | 128.31º | 0.38% | 0.67% | - |
| XYZ | 23.97 | 33.89 | 21.8 | - |
| YUV | 146.18 | 110.97 | 100.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 172 | 116 | 0.38 | 0 | 0.33 | 0.33 | 128.31 | 0.28 | 0.55 |
| Hex | 6B | AC | 74 | 26 | 0 | 21 | 21 | 80 | 1C | 37 |
| Octal | 153 | 254 | 164 | 46 | 0 | 41 | 41 | 200 | 34 | 67 |
| Binary | 1101011 | 10101100 | 1110100 | 100110 | 0 | 100001 | 100001 | 10000000 | 11100 | 110111 |
Color Harmonies of #6BAC74
Complementary color
Monochromatic Colors of #6BAC74
Black with #6BAC74
Text Example
Text Example
White with #6BAC74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BAC74; }
p { color: rgb(107,172,116); }
H1.HeaderClassName
{
color: #6BAC74;
}
.AnyTagClassName
{
color: #6BAC74;
}
</style>
background-color css
<style>
a { background-color: #6BAC74; }
a { background-color: rgb(107,172,116); }
div.DivClassName
{
background-color: #6BAC74;
}
.BgClassName
{
background-color: #6BAC74;
}
</style>
border-color css
<style>
span { border-color: #6BAC74; }
span { border-color: rgb(107,172,116); }
td.TdClassName
{
border-color: #6BAC74;
}
.TagClassName
{
border-color: #6BAC74;
}
</style>