Shades of Fern #6CB06E
Tints of Fern #6CB06E
RGB
CMYK
RGB Variations
Color information
#6CB06E (or 0x6CB06E) is known color: Fern. HEX triplet: 6C, B0 and 6E. RGB value is (108,176,110). Sum of RGB (Red+Green+Blue) = 108+176+110=394 (52% of max value = 765). Red value is 108 (42.58% from 255 or 27.41% from 394); Green value is 176 (69.14% from 255 or 44.67% from 394); Blue value is 110 (43.36% from 255 or 27.92% from 394); Max value from RGB is 176 - color contains mainly: green. Hex color #6CB06E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6CB06E is #934F91. Grayscale: #949494. Windows color (decimal): -9654162 or 7254124. OLE color: 7254124.
HSL color Cylindrical-coordinate representation of color #6CB06E: hue angle of 121.76º degrees, saturation: 0.3, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #6CB06E is Cyan = 0.39, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 108 | 176 | 110 | - |
| CMYK | 0.39 | 0 | 0.37 | 0.31 |
| HSL | 121.76º | 0.3% | 0.56% | - |
| HSV(B) | 121.76º | 0.39% | 0.69% | - |
| XYZ | 24.52 | 35.36 | 20.29 | - |
| YUV | 148.14 | 106.47 | 99.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 176 | 110 | 0.39 | 0 | 0.37 | 0.31 | 121.76 | 0.3 | 0.56 |
| Hex | 6C | B0 | 6E | 27 | 0 | 25 | 1F | 7A | 1E | 38 |
| Octal | 154 | 260 | 156 | 47 | 0 | 45 | 37 | 172 | 36 | 70 |
| Binary | 1101100 | 10110000 | 1101110 | 100111 | 0 | 100101 | 11111 | 1111010 | 11110 | 111000 |
Color Harmonies of #6CB06E
Complementary color
Monochromatic Colors of #6CB06E
Black with #6CB06E
Text Example
Text Example
White with #6CB06E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CB06E; }
p { color: rgb(108,176,110); }
H1.HeaderClassName
{
color: #6CB06E;
}
.AnyTagClassName
{
color: #6CB06E;
}
</style>
background-color css
<style>
a { background-color: #6CB06E; }
a { background-color: rgb(108,176,110); }
div.DivClassName
{
background-color: #6CB06E;
}
.BgClassName
{
background-color: #6CB06E;
}
</style>
border-color css
<style>
span { border-color: #6CB06E; }
span { border-color: rgb(108,176,110); }
td.TdClassName
{
border-color: #6CB06E;
}
.TagClassName
{
border-color: #6CB06E;
}
</style>