Shades of Fern #6CB470
Tints of Fern #6CB470
RGB
CMYK
RGB Variations
Color information
#6CB470 (or 0x6CB470) is known color: Fern. HEX triplet: 6C, B4 and 70. RGB value is (108,180,112). Sum of RGB (Red+Green+Blue) = 108+180+112=400 (52% of max value = 765). Red value is 108 (42.58% from 255 or 27% from 400); Green value is 180 (70.70% from 255 or 45% from 400); Blue value is 112 (44.14% from 255 or 28% from 400); Max value from RGB is 180 - color contains mainly: green. Hex color #6CB470 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6CB470 is #934B8F. Grayscale: #969696. Windows color (decimal): -9653136 or 7386220. OLE color: 7386220.
HSL color Cylindrical-coordinate representation of color #6CB470: hue angle of 123.33º degrees, saturation: 0.32, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #6CB470 is Cyan = 0.40, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 108 | 180 | 112 | - |
| CMYK | 0.40 | 0 | 0.38 | 0.29 |
| HSL | 123.33º | 0.32% | 0.56% | - |
| HSV(B) | 123.33º | 0.4% | 0.71% | - |
| XYZ | 25.43 | 37 | 21.13 | - |
| YUV | 150.72 | 106.15 | 97.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 180 | 112 | 0.40 | 0 | 0.38 | 0.29 | 123.33 | 0.32 | 0.56 |
| Hex | 6C | B4 | 70 | 28 | 0 | 26 | 1D | 7B | 20 | 38 |
| Octal | 154 | 264 | 160 | 50 | 0 | 46 | 35 | 173 | 40 | 70 |
| Binary | 1101100 | 10110100 | 1110000 | 101000 | 0 | 100110 | 11101 | 1111011 | 100000 | 111000 |
Color Harmonies of #6CB470
Complementary color
Monochromatic Colors of #6CB470
Black with #6CB470
Text Example
Text Example
White with #6CB470
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CB470; }
p { color: rgb(108,180,112); }
H1.HeaderClassName
{
color: #6CB470;
}
.AnyTagClassName
{
color: #6CB470;
}
</style>
background-color css
<style>
a { background-color: #6CB470; }
a { background-color: rgb(108,180,112); }
div.DivClassName
{
background-color: #6CB470;
}
.BgClassName
{
background-color: #6CB470;
}
</style>
border-color css
<style>
span { border-color: #6CB470; }
span { border-color: rgb(108,180,112); }
td.TdClassName
{
border-color: #6CB470;
}
.TagClassName
{
border-color: #6CB470;
}
</style>