Shades of Fern #6BCA7B
Tints of Fern #6BCA7B
RGB
CMYK
RGB Variations
Color information
#6BCA7B (or 0x6BCA7B) is known color: Fern. HEX triplet: 6B, CA and 7B. RGB value is (107,202,123). Sum of RGB (Red+Green+Blue) = 107+202+123=432 (57% of max value = 765). Red value is 107 (42.19% from 255 or 24.77% from 432); Green value is 202 (79.30% from 255 or 46.76% from 432); Blue value is 123 (48.44% from 255 or 28.47% from 432); Max value from RGB is 202 - color contains mainly: green. Hex color #6BCA7B is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6BCA7B is #943584. Grayscale: #A4A4A4. Windows color (decimal): -9713029 or 8112747. OLE color: 8112747.
HSL color Cylindrical-coordinate representation of color #6BCA7B: hue angle of 130.11º 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 #6BCA7B is Cyan = 0.47, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 107 | 202 | 123 | - |
| CMYK | 0.47 | 0 | 0.39 | 0.21 |
| HSL | 130.11º | 0.47% | 0.61% | - |
| HSV(B) | 130.11º | 0.47% | 0.79% | - |
| XYZ | 30.76 | 46.8 | 26.15 | - |
| YUV | 164.59 | 104.53 | 86.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 202 | 123 | 0.47 | 0 | 0.39 | 0.21 | 130.11 | 0.47 | 0.61 |
| Hex | 6B | CA | 7B | 2F | 0 | 27 | 15 | 82 | 2F | 3D |
| Octal | 153 | 312 | 173 | 57 | 0 | 47 | 25 | 202 | 57 | 75 |
| Binary | 1101011 | 11001010 | 1111011 | 101111 | 0 | 100111 | 10101 | 10000010 | 101111 | 111101 |
Color Harmonies of #6BCA7B
Complementary color
Monochromatic Colors of #6BCA7B
Black with #6BCA7B
Text Example
Text Example
White with #6BCA7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BCA7B; }
p { color: rgb(107,202,123); }
H1.HeaderClassName
{
color: #6BCA7B;
}
.AnyTagClassName
{
color: #6BCA7B;
}
</style>
background-color css
<style>
a { background-color: #6BCA7B; }
a { background-color: rgb(107,202,123); }
div.DivClassName
{
background-color: #6BCA7B;
}
.BgClassName
{
background-color: #6BCA7B;
}
</style>
border-color css
<style>
span { border-color: #6BCA7B; }
span { border-color: rgb(107,202,123); }
td.TdClassName
{
border-color: #6BCA7B;
}
.TagClassName
{
border-color: #6BCA7B;
}
</style>