Shades of Fern #6CB374
Tints of Fern #6CB374
RGB
CMYK
RGB Variations
Color information
#6CB374 (or 0x6CB374) is known color: Fern. HEX triplet: 6C, B3 and 74. RGB value is (108,179,116). Sum of RGB (Red+Green+Blue) = 108+179+116=403 (53% of max value = 765). Red value is 108 (42.58% from 255 or 26.80% from 403); Green value is 179 (70.31% from 255 or 44.42% from 403); Blue value is 116 (45.70% from 255 or 28.78% from 403); Max value from RGB is 179 - color contains mainly: green. Hex color #6CB374 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6CB374 is #934C8B. Grayscale: #969696. Windows color (decimal): -9653388 or 7648108. OLE color: 7648108.
HSL color Cylindrical-coordinate representation of color #6CB374: hue angle of 126.76º degrees, saturation: 0.32, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #6CB374 is Cyan = 0.40, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 108 | 179 | 116 | - |
| CMYK | 0.40 | 0 | 0.35 | 0.30 |
| HSL | 126.76º | 0.32% | 0.56% | - |
| HSV(B) | 126.76º | 0.4% | 0.7% | - |
| XYZ | 25.46 | 36.69 | 22.26 | - |
| YUV | 150.59 | 108.48 | 97.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 179 | 116 | 0.40 | 0 | 0.35 | 0.30 | 126.76 | 0.32 | 0.56 |
| Hex | 6C | B3 | 74 | 28 | 0 | 23 | 1E | 7F | 20 | 38 |
| Octal | 154 | 263 | 164 | 50 | 0 | 43 | 36 | 177 | 40 | 70 |
| Binary | 1101100 | 10110011 | 1110100 | 101000 | 0 | 100011 | 11110 | 1111111 | 100000 | 111000 |
Color Harmonies of #6CB374
Complementary color
Monochromatic Colors of #6CB374
Black with #6CB374
Text Example
Text Example
White with #6CB374
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CB374; }
p { color: rgb(108,179,116); }
H1.HeaderClassName
{
color: #6CB374;
}
.AnyTagClassName
{
color: #6CB374;
}
</style>
background-color css
<style>
a { background-color: #6CB374; }
a { background-color: rgb(108,179,116); }
div.DivClassName
{
background-color: #6CB374;
}
.BgClassName
{
background-color: #6CB374;
}
</style>
border-color css
<style>
span { border-color: #6CB374; }
span { border-color: rgb(108,179,116); }
td.TdClassName
{
border-color: #6CB374;
}
.TagClassName
{
border-color: #6CB374;
}
</style>