Shades of Fern #6CB066
Tints of Fern #6CB066
RGB
CMYK
RGB Variations
Color information
#6CB066 (or 0x6CB066) is known color: Fern. HEX triplet: 6C, B0 and 66. RGB value is (108,176,102). Sum of RGB (Red+Green+Blue) = 108+176+102=386 (51% of max value = 765). Red value is 108 (42.58% from 255 or 27.98% from 386); Green value is 176 (69.14% from 255 or 45.60% from 386); Blue value is 102 (40.23% from 255 or 26.42% from 386); Max value from RGB is 176 - color contains mainly: green. Hex color #6CB066 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6CB066 is #934F99. Grayscale: #939393. Windows color (decimal): -9654170 or 6729836. OLE color: 6729836.
HSL color Cylindrical-coordinate representation of color #6CB066: hue angle of 115.14º degrees, saturation: 0.32, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #6CB066 is Cyan = 0.39, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 108 | 176 | 102 | - |
| CMYK | 0.39 | 0 | 0.42 | 0.31 |
| HSL | 115.14º | 0.32% | 0.55% | - |
| HSV(B) | 115.14º | 0.42% | 0.69% | - |
| XYZ | 24.11 | 35.2 | 18.09 | - |
| YUV | 147.23 | 102.47 | 100.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 176 | 102 | 0.39 | 0 | 0.42 | 0.31 | 115.14 | 0.32 | 0.55 |
| Hex | 6C | B0 | 66 | 27 | 0 | 2A | 1F | 73 | 20 | 37 |
| Octal | 154 | 260 | 146 | 47 | 0 | 52 | 37 | 163 | 40 | 67 |
| Binary | 1101100 | 10110000 | 1100110 | 100111 | 0 | 101010 | 11111 | 1110011 | 100000 | 110111 |
Color Harmonies of #6CB066
Complementary color
Monochromatic Colors of #6CB066
Black with #6CB066
Text Example
Text Example
White with #6CB066
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CB066; }
p { color: rgb(108,176,102); }
H1.HeaderClassName
{
color: #6CB066;
}
.AnyTagClassName
{
color: #6CB066;
}
</style>
background-color css
<style>
a { background-color: #6CB066; }
a { background-color: rgb(108,176,102); }
div.DivClassName
{
background-color: #6CB066;
}
.BgClassName
{
background-color: #6CB066;
}
</style>
border-color css
<style>
span { border-color: #6CB066; }
span { border-color: rgb(108,176,102); }
td.TdClassName
{
border-color: #6CB066;
}
.TagClassName
{
border-color: #6CB066;
}
</style>