Shades of Fern #6CB06C
Tints of Fern #6CB06C
RGB
CMYK
RGB Variations
Color information
#6CB06C (or 0x6CB06C) is known color: Fern. HEX triplet: 6C, B0 and 6C. RGB value is (108,176,108). Sum of RGB (Red+Green+Blue) = 108+176+108=392 (51% of max value = 765). Red value is 108 (42.58% from 255 or 27.55% from 392); Green value is 176 (69.14% from 255 or 44.90% from 392); Blue value is 108 (42.58% from 255 or 27.55% from 392); Max value from RGB is 176 - color contains mainly: green. Hex color #6CB06C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6CB06C is #934F93. Grayscale: #949494. Windows color (decimal): -9654164 or 7123052. OLE color: 7123052.
HSL color Cylindrical-coordinate representation of color #6CB06C: hue angle of 120º 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 #6CB06C is Cyan = 0.39, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 108 | 176 | 108 | - |
| CMYK | 0.39 | 0 | 0.39 | 0.31 |
| HSL | 120º | 0.3% | 0.56% | - |
| HSV(B) | 120º | 0.39% | 0.69% | - |
| XYZ | 24.42 | 35.32 | 19.72 | - |
| YUV | 147.92 | 105.47 | 99.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 176 | 108 | 0.39 | 0 | 0.39 | 0.31 | 120 | 0.3 | 0.56 |
| Hex | 6C | B0 | 6C | 27 | 0 | 27 | 1F | 78 | 1E | 38 |
| Octal | 154 | 260 | 154 | 47 | 0 | 47 | 37 | 170 | 36 | 70 |
| Binary | 1101100 | 10110000 | 1101100 | 100111 | 0 | 100111 | 11111 | 1111000 | 11110 | 111000 |
Color Harmonies of #6CB06C
Complementary color
Monochromatic Colors of #6CB06C
Black with #6CB06C
Text Example
Text Example
White with #6CB06C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CB06C; }
p { color: rgb(108,176,108); }
H1.HeaderClassName
{
color: #6CB06C;
}
.AnyTagClassName
{
color: #6CB06C;
}
</style>
background-color css
<style>
a { background-color: #6CB06C; }
a { background-color: rgb(108,176,108); }
div.DivClassName
{
background-color: #6CB06C;
}
.BgClassName
{
background-color: #6CB06C;
}
</style>
border-color css
<style>
span { border-color: #6CB06C; }
span { border-color: rgb(108,176,108); }
td.TdClassName
{
border-color: #6CB06C;
}
.TagClassName
{
border-color: #6CB06C;
}
</style>