Shades of Fern #68C77B
Tints of Fern #68C77B
RGB
CMYK
RGB Variations
Color information
#68C77B (or 0x68C77B) is known color: Fern. HEX triplet: 68, C7 and 7B. RGB value is (104,199,123). Sum of RGB (Red+Green+Blue) = 104+199+123=426 (56% of max value = 765). Red value is 104 (41.02% from 255 or 24.41% from 426); Green value is 199 (78.12% from 255 or 46.71% from 426); Blue value is 123 (48.44% from 255 or 28.87% from 426); Max value from RGB is 199 - color contains mainly: green. Hex color #68C77B is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #68C77B is #973884. Grayscale: #A2A2A2. Windows color (decimal): -9910405 or 8111976. OLE color: 8111976.
HSL color Cylindrical-coordinate representation of color #68C77B: hue angle of 132º degrees, saturation: 0.46, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #68C77B is Cyan = 0.48, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 104 | 199 | 123 | - |
| CMYK | 0.48 | 0 | 0.38 | 0.22 |
| HSL | 132º | 0.46% | 0.59% | - |
| HSV(B) | 132º | 0.48% | 0.78% | - |
| XYZ | 29.71 | 45.22 | 25.9 | - |
| YUV | 161.93 | 106.03 | 86.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 199 | 123 | 0.48 | 0 | 0.38 | 0.22 | 132 | 0.46 | 0.59 |
| Hex | 68 | C7 | 7B | 30 | 0 | 26 | 16 | 84 | 2E | 3B |
| Octal | 150 | 307 | 173 | 60 | 0 | 46 | 26 | 204 | 56 | 73 |
| Binary | 1101000 | 11000111 | 1111011 | 110000 | 0 | 100110 | 10110 | 10000100 | 101110 | 111011 |
Color Harmonies of #68C77B
Complementary color
Monochromatic Colors of #68C77B
Black with #68C77B
Text Example
Text Example
White with #68C77B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68C77B; }
p { color: rgb(104,199,123); }
H1.HeaderClassName
{
color: #68C77B;
}
.AnyTagClassName
{
color: #68C77B;
}
</style>
background-color css
<style>
a { background-color: #68C77B; }
a { background-color: rgb(104,199,123); }
div.DivClassName
{
background-color: #68C77B;
}
.BgClassName
{
background-color: #68C77B;
}
</style>
border-color css
<style>
span { border-color: #68C77B; }
span { border-color: rgb(104,199,123); }
td.TdClassName
{
border-color: #68C77B;
}
.TagClassName
{
border-color: #68C77B;
}
</style>