Shades of Fern #6CB273
Tints of Fern #6CB273
RGB
CMYK
RGB Variations
Color information
#6CB273 (or 0x6CB273) is known color: Fern. HEX triplet: 6C, B2 and 73. RGB value is (108,178,115). Sum of RGB (Red+Green+Blue) = 108+178+115=401 (53% of max value = 765). Red value is 108 (42.58% from 255 or 26.93% from 401); Green value is 178 (69.92% from 255 or 44.39% from 401); Blue value is 115 (45.31% from 255 or 28.68% from 401); Max value from RGB is 178 - color contains mainly: green. Hex color #6CB273 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6CB273 is #934D8C. Grayscale: #969696. Windows color (decimal): -9653645 or 7582316. OLE color: 7582316.
HSL color Cylindrical-coordinate representation of color #6CB273: hue angle of 126º degrees, saturation: 0.31, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #6CB273 is Cyan = 0.39, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 108 | 178 | 115 | - |
| CMYK | 0.39 | 0 | 0.35 | 0.30 |
| HSL | 126º | 0.31% | 0.56% | - |
| HSV(B) | 126º | 0.39% | 0.7% | - |
| XYZ | 25.2 | 36.27 | 21.89 | - |
| YUV | 149.89 | 108.31 | 98.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 178 | 115 | 0.39 | 0 | 0.35 | 0.30 | 126 | 0.31 | 0.56 |
| Hex | 6C | B2 | 73 | 27 | 0 | 23 | 1E | 7E | 1F | 38 |
| Octal | 154 | 262 | 163 | 47 | 0 | 43 | 36 | 176 | 37 | 70 |
| Binary | 1101100 | 10110010 | 1110011 | 100111 | 0 | 100011 | 11110 | 1111110 | 11111 | 111000 |
Color Harmonies of #6CB273
Complementary color
Monochromatic Colors of #6CB273
Black with #6CB273
Text Example
Text Example
White with #6CB273
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CB273; }
p { color: rgb(108,178,115); }
H1.HeaderClassName
{
color: #6CB273;
}
.AnyTagClassName
{
color: #6CB273;
}
</style>
background-color css
<style>
a { background-color: #6CB273; }
a { background-color: rgb(108,178,115); }
div.DivClassName
{
background-color: #6CB273;
}
.BgClassName
{
background-color: #6CB273;
}
</style>
border-color css
<style>
span { border-color: #6CB273; }
span { border-color: rgb(108,178,115); }
td.TdClassName
{
border-color: #6CB273;
}
.TagClassName
{
border-color: #6CB273;
}
</style>