Shades of Fern #6BCA7A
Tints of Fern #6BCA7A
RGB
CMYK
RGB Variations
Color information
#6BCA7A (or 0x6BCA7A) is known color: Fern. HEX triplet: 6B, CA and 7A. RGB value is (107,202,122). Sum of RGB (Red+Green+Blue) = 107+202+122=431 (57% of max value = 765). Red value is 107 (42.19% from 255 or 24.83% from 431); Green value is 202 (79.30% from 255 or 46.87% from 431); Blue value is 122 (48.05% from 255 or 28.31% from 431); Max value from RGB is 202 - color contains mainly: green. Hex color #6BCA7A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6BCA7A is #943585. Grayscale: #A4A4A4. Windows color (decimal): -9713030 or 8047211. OLE color: 8047211.
HSL color Cylindrical-coordinate representation of color #6BCA7A: hue angle of 129.47º 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 #6BCA7A is Cyan = 0.47, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 107 | 202 | 122 | - |
| CMYK | 0.47 | 0 | 0.40 | 0.21 |
| HSL | 129.47º | 0.47% | 0.61% | - |
| HSV(B) | 129.47º | 0.47% | 0.79% | - |
| XYZ | 30.7 | 46.77 | 25.82 | - |
| YUV | 164.48 | 104.03 | 87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 202 | 122 | 0.47 | 0 | 0.40 | 0.21 | 129.47 | 0.47 | 0.61 |
| Hex | 6B | CA | 7A | 2F | 0 | 28 | 15 | 81 | 2F | 3D |
| Octal | 153 | 312 | 172 | 57 | 0 | 50 | 25 | 201 | 57 | 75 |
| Binary | 1101011 | 11001010 | 1111010 | 101111 | 0 | 101000 | 10101 | 10000001 | 101111 | 111101 |
Color Harmonies of #6BCA7A
Complementary color
Monochromatic Colors of #6BCA7A
Black with #6BCA7A
Text Example
Text Example
White with #6BCA7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BCA7A; }
p { color: rgb(107,202,122); }
H1.HeaderClassName
{
color: #6BCA7A;
}
.AnyTagClassName
{
color: #6BCA7A;
}
</style>
background-color css
<style>
a { background-color: #6BCA7A; }
a { background-color: rgb(107,202,122); }
div.DivClassName
{
background-color: #6BCA7A;
}
.BgClassName
{
background-color: #6BCA7A;
}
</style>
border-color css
<style>
span { border-color: #6BCA7A; }
span { border-color: rgb(107,202,122); }
td.TdClassName
{
border-color: #6BCA7A;
}
.TagClassName
{
border-color: #6BCA7A;
}
</style>