Shades of Fern #6CB078
Tints of Fern #6CB078
RGB
CMYK
RGB Variations
Color information
#6CB078 (or 0x6CB078) is known color: Fern. HEX triplet: 6C, B0 and 78. RGB value is (108,176,120). Sum of RGB (Red+Green+Blue) = 108+176+120=404 (53% of max value = 765). Red value is 108 (42.58% from 255 or 26.73% from 404); Green value is 176 (69.14% from 255 or 43.56% from 404); Blue value is 120 (47.27% from 255 or 29.70% from 404); Max value from RGB is 176 - color contains mainly: green. Hex color #6CB078 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6CB078 is #934F87. Grayscale: #959595. Windows color (decimal): -9654152 or 7909484. OLE color: 7909484.
HSL color Cylindrical-coordinate representation of color #6CB078: hue angle of 130.59º 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 #6CB078 is Cyan = 0.39, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 108 | 176 | 120 | - |
| CMYK | 0.39 | 0 | 0.32 | 0.31 |
| HSL | 130.59º | 0.3% | 0.56% | - |
| HSV(B) | 130.59º | 0.39% | 0.69% | - |
| XYZ | 25.1 | 35.59 | 23.32 | - |
| YUV | 149.28 | 111.47 | 98.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 176 | 120 | 0.39 | 0 | 0.32 | 0.31 | 130.59 | 0.3 | 0.56 |
| Hex | 6C | B0 | 78 | 27 | 0 | 20 | 1F | 83 | 1E | 38 |
| Octal | 154 | 260 | 170 | 47 | 0 | 40 | 37 | 203 | 36 | 70 |
| Binary | 1101100 | 10110000 | 1111000 | 100111 | 0 | 100000 | 11111 | 10000011 | 11110 | 111000 |
Color Harmonies of #6CB078
Complementary color
Monochromatic Colors of #6CB078
Black with #6CB078
Text Example
Text Example
White with #6CB078
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CB078; }
p { color: rgb(108,176,120); }
H1.HeaderClassName
{
color: #6CB078;
}
.AnyTagClassName
{
color: #6CB078;
}
</style>
background-color css
<style>
a { background-color: #6CB078; }
a { background-color: rgb(108,176,120); }
div.DivClassName
{
background-color: #6CB078;
}
.BgClassName
{
background-color: #6CB078;
}
</style>
border-color css
<style>
span { border-color: #6CB078; }
span { border-color: rgb(108,176,120); }
td.TdClassName
{
border-color: #6CB078;
}
.TagClassName
{
border-color: #6CB078;
}
</style>