Shades of Fern #68C27B
Tints of Fern #68C27B
RGB
CMYK
RGB Variations
Color information
#68C27B (or 0x68C27B) is known color: Fern. HEX triplet: 68, C2 and 7B. RGB value is (104,194,123). Sum of RGB (Red+Green+Blue) = 104+194+123=421 (55% of max value = 765). Red value is 104 (41.02% from 255 or 24.70% from 421); Green value is 194 (76.17% from 255 or 46.08% from 421); Blue value is 123 (48.44% from 255 or 29.22% from 421); Max value from RGB is 194 - color contains mainly: green. Hex color #68C27B is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #68C27B is #973D84. Grayscale: #9F9F9F. Windows color (decimal): -9911685 or 8110696. OLE color: 8110696.
HSL color Cylindrical-coordinate representation of color #68C27B: hue angle of 132.67º degrees, saturation: 0.42, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #68C27B is Cyan = 0.46, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 104 | 194 | 123 | - |
| CMYK | 0.46 | 0 | 0.37 | 0.24 |
| HSL | 132.67º | 0.42% | 0.58% | - |
| HSV(B) | 132.67º | 0.46% | 0.76% | - |
| XYZ | 28.58 | 42.96 | 25.52 | - |
| YUV | 159 | 107.68 | 88.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 194 | 123 | 0.46 | 0 | 0.37 | 0.24 | 132.67 | 0.42 | 0.58 |
| Hex | 68 | C2 | 7B | 2E | 0 | 25 | 18 | 85 | 2A | 3A |
| Octal | 150 | 302 | 173 | 56 | 0 | 45 | 30 | 205 | 52 | 72 |
| Binary | 1101000 | 11000010 | 1111011 | 101110 | 0 | 100101 | 11000 | 10000101 | 101010 | 111010 |
Color Harmonies of #68C27B
Complementary color
Monochromatic Colors of #68C27B
Black with #68C27B
Text Example
Text Example
White with #68C27B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68C27B; }
p { color: rgb(104,194,123); }
H1.HeaderClassName
{
color: #68C27B;
}
.AnyTagClassName
{
color: #68C27B;
}
</style>
background-color css
<style>
a { background-color: #68C27B; }
a { background-color: rgb(104,194,123); }
div.DivClassName
{
background-color: #68C27B;
}
.BgClassName
{
background-color: #68C27B;
}
</style>
border-color css
<style>
span { border-color: #68C27B; }
span { border-color: rgb(104,194,123); }
td.TdClassName
{
border-color: #68C27B;
}
.TagClassName
{
border-color: #68C27B;
}
</style>