Shades of Fern #6CB574
Tints of Fern #6CB574
RGB
CMYK
RGB Variations
Color information
#6CB574 (or 0x6CB574) is known color: Fern. HEX triplet: 6C, B5 and 74. RGB value is (108,181,116). Sum of RGB (Red+Green+Blue) = 108+181+116=405 (53% of max value = 765). Red value is 108 (42.58% from 255 or 26.67% from 405); Green value is 181 (71.09% from 255 or 44.69% from 405); Blue value is 116 (45.70% from 255 or 28.64% from 405); Max value from RGB is 181 - color contains mainly: green. Hex color #6CB574 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6CB574 is #934A8B. Grayscale: #979797. Windows color (decimal): -9652876 or 7648620. OLE color: 7648620.
HSL color Cylindrical-coordinate representation of color #6CB574: hue angle of 126.58º degrees, saturation: 0.33, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #6CB574 is Cyan = 0.40, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 108 | 181 | 116 | - |
| CMYK | 0.40 | 0 | 0.36 | 0.29 |
| HSL | 126.58º | 0.33% | 0.57% | - |
| HSV(B) | 126.58º | 0.4% | 0.71% | - |
| XYZ | 25.86 | 37.5 | 22.4 | - |
| YUV | 151.76 | 107.82 | 96.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 181 | 116 | 0.40 | 0 | 0.36 | 0.29 | 126.58 | 0.33 | 0.57 |
| Hex | 6C | B5 | 74 | 28 | 0 | 24 | 1D | 7F | 21 | 39 |
| Octal | 154 | 265 | 164 | 50 | 0 | 44 | 35 | 177 | 41 | 71 |
| Binary | 1101100 | 10110101 | 1110100 | 101000 | 0 | 100100 | 11101 | 1111111 | 100001 | 111001 |
Color Harmonies of #6CB574
Complementary color
Monochromatic Colors of #6CB574
Black with #6CB574
Text Example
Text Example
White with #6CB574
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CB574; }
p { color: rgb(108,181,116); }
H1.HeaderClassName
{
color: #6CB574;
}
.AnyTagClassName
{
color: #6CB574;
}
</style>
background-color css
<style>
a { background-color: #6CB574; }
a { background-color: rgb(108,181,116); }
div.DivClassName
{
background-color: #6CB574;
}
.BgClassName
{
background-color: #6CB574;
}
</style>
border-color css
<style>
span { border-color: #6CB574; }
span { border-color: rgb(108,181,116); }
td.TdClassName
{
border-color: #6CB574;
}
.TagClassName
{
border-color: #6CB574;
}
</style>