Shades of Fern #6BCA7E
Tints of Fern #6BCA7E
RGB
CMYK
RGB Variations
Color information
#6BCA7E (or 0x6BCA7E) is known color: Fern. HEX triplet: 6B, CA and 7E. RGB value is (107,202,126). Sum of RGB (Red+Green+Blue) = 107+202+126=435 (57% of max value = 765). Red value is 107 (42.19% from 255 or 24.60% from 435); Green value is 202 (79.30% from 255 or 46.44% from 435); Blue value is 126 (49.61% from 255 or 28.97% from 435); Max value from RGB is 202 - color contains mainly: green. Hex color #6BCA7E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6BCA7E is #943581. Grayscale: #A5A5A5. Windows color (decimal): -9713026 or 8309355. OLE color: 8309355.
HSL color Cylindrical-coordinate representation of color #6BCA7E: hue angle of 132º degrees, saturation: 0.47, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #6BCA7E is Cyan = 0.47, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 107 | 202 | 126 | - |
| CMYK | 0.47 | 0 | 0.38 | 0.21 |
| HSL | 132º | 0.47% | 0.61% | - |
| HSV(B) | 132º | 0.47% | 0.79% | - |
| XYZ | 30.95 | 46.87 | 27.15 | - |
| YUV | 164.93 | 106.03 | 86.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 202 | 126 | 0.47 | 0 | 0.38 | 0.21 | 132 | 0.47 | 0.61 |
| Hex | 6B | CA | 7E | 2F | 0 | 26 | 15 | 84 | 2F | 3D |
| Octal | 153 | 312 | 176 | 57 | 0 | 46 | 25 | 204 | 57 | 75 |
| Binary | 1101011 | 11001010 | 1111110 | 101111 | 0 | 100110 | 10101 | 10000100 | 101111 | 111101 |
Color Harmonies of #6BCA7E
Complementary color
Monochromatic Colors of #6BCA7E
Black with #6BCA7E
Text Example
Text Example
White with #6BCA7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BCA7E; }
p { color: rgb(107,202,126); }
H1.HeaderClassName
{
color: #6BCA7E;
}
.AnyTagClassName
{
color: #6BCA7E;
}
</style>
background-color css
<style>
a { background-color: #6BCA7E; }
a { background-color: rgb(107,202,126); }
div.DivClassName
{
background-color: #6BCA7E;
}
.BgClassName
{
background-color: #6BCA7E;
}
</style>
border-color css
<style>
span { border-color: #6BCA7E; }
span { border-color: rgb(107,202,126); }
td.TdClassName
{
border-color: #6BCA7E;
}
.TagClassName
{
border-color: #6BCA7E;
}
</style>