Shades of Fern #6CB26C
Tints of Fern #6CB26C
RGB
CMYK
RGB Variations
Color information
#6CB26C (or 0x6CB26C) is known color: Fern. HEX triplet: 6C, B2 and 6C. RGB value is (108,178,108). Sum of RGB (Red+Green+Blue) = 108+178+108=394 (52% of max value = 765). Red value is 108 (42.58% from 255 or 27.41% from 394); Green value is 178 (69.92% from 255 or 45.18% from 394); Blue value is 108 (42.58% from 255 or 27.41% from 394); Max value from RGB is 178 - color contains mainly: green. Hex color #6CB26C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6CB26C is #934D93. Grayscale: #959595. Windows color (decimal): -9653652 or 7123564. OLE color: 7123564.
HSL color Cylindrical-coordinate representation of color #6CB26C: hue angle of 120º degrees, saturation: 0.31, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #6CB26C is Cyan = 0.39, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 108 | 178 | 108 | - |
| CMYK | 0.39 | 0 | 0.39 | 0.30 |
| HSL | 120º | 0.31% | 0.56% | - |
| HSV(B) | 120º | 0.39% | 0.7% | - |
| XYZ | 24.81 | 36.11 | 19.85 | - |
| YUV | 149.09 | 104.81 | 98.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 178 | 108 | 0.39 | 0 | 0.39 | 0.30 | 120 | 0.31 | 0.56 |
| Hex | 6C | B2 | 6C | 27 | 0 | 27 | 1E | 78 | 1F | 38 |
| Octal | 154 | 262 | 154 | 47 | 0 | 47 | 36 | 170 | 37 | 70 |
| Binary | 1101100 | 10110010 | 1101100 | 100111 | 0 | 100111 | 11110 | 1111000 | 11111 | 111000 |
Color Harmonies of #6CB26C
Complementary color
Monochromatic Colors of #6CB26C
Black with #6CB26C
Text Example
Text Example
White with #6CB26C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CB26C; }
p { color: rgb(108,178,108); }
H1.HeaderClassName
{
color: #6CB26C;
}
.AnyTagClassName
{
color: #6CB26C;
}
</style>
background-color css
<style>
a { background-color: #6CB26C; }
a { background-color: rgb(108,178,108); }
div.DivClassName
{
background-color: #6CB26C;
}
.BgClassName
{
background-color: #6CB26C;
}
</style>
border-color css
<style>
span { border-color: #6CB26C; }
span { border-color: rgb(108,178,108); }
td.TdClassName
{
border-color: #6CB26C;
}
.TagClassName
{
border-color: #6CB26C;
}
</style>