Shades of Fern #6BCA7D
Tints of Fern #6BCA7D
RGB
CMYK
RGB Variations
Color information
#6BCA7D (or 0x6BCA7D) is known color: Fern. HEX triplet: 6B, CA and 7D. RGB value is (107,202,125). Sum of RGB (Red+Green+Blue) = 107+202+125=434 (57% of max value = 765). Red value is 107 (42.19% from 255 or 24.65% from 434); Green value is 202 (79.30% from 255 or 46.54% from 434); Blue value is 125 (49.22% from 255 or 28.80% from 434); Max value from RGB is 202 - color contains mainly: green. Hex color #6BCA7D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6BCA7D is #943582. Grayscale: #A5A5A5. Windows color (decimal): -9713027 or 8243819. OLE color: 8243819.
HSL color Cylindrical-coordinate representation of color #6BCA7D: hue angle of 131.37º 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 #6BCA7D is Cyan = 0.47, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 107 | 202 | 125 | - |
| CMYK | 0.47 | 0 | 0.38 | 0.21 |
| HSL | 131.37º | 0.47% | 0.61% | - |
| HSV(B) | 131.37º | 0.47% | 0.79% | - |
| XYZ | 30.89 | 46.85 | 26.82 | - |
| YUV | 164.82 | 105.53 | 86.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 202 | 125 | 0.47 | 0 | 0.38 | 0.21 | 131.37 | 0.47 | 0.61 |
| Hex | 6B | CA | 7D | 2F | 0 | 26 | 15 | 83 | 2F | 3D |
| Octal | 153 | 312 | 175 | 57 | 0 | 46 | 25 | 203 | 57 | 75 |
| Binary | 1101011 | 11001010 | 1111101 | 101111 | 0 | 100110 | 10101 | 10000011 | 101111 | 111101 |
Color Harmonies of #6BCA7D
Complementary color
Monochromatic Colors of #6BCA7D
Black with #6BCA7D
Text Example
Text Example
White with #6BCA7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BCA7D; }
p { color: rgb(107,202,125); }
H1.HeaderClassName
{
color: #6BCA7D;
}
.AnyTagClassName
{
color: #6BCA7D;
}
</style>
background-color css
<style>
a { background-color: #6BCA7D; }
a { background-color: rgb(107,202,125); }
div.DivClassName
{
background-color: #6BCA7D;
}
.BgClassName
{
background-color: #6BCA7D;
}
</style>
border-color css
<style>
span { border-color: #6BCA7D; }
span { border-color: rgb(107,202,125); }
td.TdClassName
{
border-color: #6BCA7D;
}
.TagClassName
{
border-color: #6BCA7D;
}
</style>