Shades of Fern #6BC973
Tints of Fern #6BC973
RGB
CMYK
RGB Variations
Color information
#6BC973 (or 0x6BC973) is known color: Fern. HEX triplet: 6B, C9 and 73. RGB value is (107,201,115). Sum of RGB (Red+Green+Blue) = 107+201+115=423 (56% of max value = 765). Red value is 107 (42.19% from 255 or 25.30% from 423); Green value is 201 (78.91% from 255 or 47.52% from 423); Blue value is 115 (45.31% from 255 or 27.19% from 423); Max value from RGB is 201 - color contains mainly: green. Hex color #6BC973 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6BC973 is #94368C. Grayscale: #A3A3A3. Windows color (decimal): -9713293 or 7588203. OLE color: 7588203.
HSL color Cylindrical-coordinate representation of color #6BC973: hue angle of 125.11º degrees, saturation: 0.47, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #6BC973 is Cyan = 0.47, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 107 | 201 | 115 | - |
| CMYK | 0.47 | 0 | 0.43 | 0.21 |
| HSL | 125.11º | 0.47% | 0.6% | - |
| HSV(B) | 125.11º | 0.47% | 0.79% | - |
| XYZ | 30.04 | 46.14 | 23.54 | - |
| YUV | 163.09 | 100.86 | 87.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 201 | 115 | 0.47 | 0 | 0.43 | 0.21 | 125.11 | 0.47 | 0.6 |
| Hex | 6B | C9 | 73 | 2F | 0 | 2B | 15 | 7D | 2F | 3C |
| Octal | 153 | 311 | 163 | 57 | 0 | 53 | 25 | 175 | 57 | 74 |
| Binary | 1101011 | 11001001 | 1110011 | 101111 | 0 | 101011 | 10101 | 1111101 | 101111 | 111100 |
Color Harmonies of #6BC973
Complementary color
Monochromatic Colors of #6BC973
Black with #6BC973
Text Example
Text Example
White with #6BC973
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BC973; }
p { color: rgb(107,201,115); }
H1.HeaderClassName
{
color: #6BC973;
}
.AnyTagClassName
{
color: #6BC973;
}
</style>
background-color css
<style>
a { background-color: #6BC973; }
a { background-color: rgb(107,201,115); }
div.DivClassName
{
background-color: #6BC973;
}
.BgClassName
{
background-color: #6BC973;
}
</style>
border-color css
<style>
span { border-color: #6BC973; }
span { border-color: rgb(107,201,115); }
td.TdClassName
{
border-color: #6BC973;
}
.TagClassName
{
border-color: #6BC973;
}
</style>