Shades of Fern #68C97B
Tints of Fern #68C97B
RGB
CMYK
RGB Variations
Color information
#68C97B (or 0x68C97B) is known color: Fern. HEX triplet: 68, C9 and 7B. RGB value is (104,201,123). Sum of RGB (Red+Green+Blue) = 104+201+123=428 (56% of max value = 765). Red value is 104 (41.02% from 255 or 24.30% from 428); Green value is 201 (78.91% from 255 or 46.96% from 428); Blue value is 123 (48.44% from 255 or 28.74% from 428); Max value from RGB is 201 - color contains mainly: green. Hex color #68C97B is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #68C97B is #973684. Grayscale: #A3A3A3. Windows color (decimal): -9909893 or 8112488. OLE color: 8112488.
HSL color Cylindrical-coordinate representation of color #68C97B: hue angle of 131.75º degrees, saturation: 0.47, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #68C97B is Cyan = 0.48, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 104 | 201 | 123 | - |
| CMYK | 0.48 | 0 | 0.39 | 0.21 |
| HSL | 131.75º | 0.47% | 0.6% | - |
| HSV(B) | 131.75º | 0.48% | 0.79% | - |
| XYZ | 30.17 | 46.15 | 26.06 | - |
| YUV | 163.11 | 105.36 | 85.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 201 | 123 | 0.48 | 0 | 0.39 | 0.21 | 131.75 | 0.47 | 0.6 |
| Hex | 68 | C9 | 7B | 30 | 0 | 27 | 15 | 84 | 2F | 3C |
| Octal | 150 | 311 | 173 | 60 | 0 | 47 | 25 | 204 | 57 | 74 |
| Binary | 1101000 | 11001001 | 1111011 | 110000 | 0 | 100111 | 10101 | 10000100 | 101111 | 111100 |
Color Harmonies of #68C97B
Complementary color
Monochromatic Colors of #68C97B
Black with #68C97B
Text Example
Text Example
White with #68C97B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68C97B; }
p { color: rgb(104,201,123); }
H1.HeaderClassName
{
color: #68C97B;
}
.AnyTagClassName
{
color: #68C97B;
}
</style>
background-color css
<style>
a { background-color: #68C97B; }
a { background-color: rgb(104,201,123); }
div.DivClassName
{
background-color: #68C97B;
}
.BgClassName
{
background-color: #68C97B;
}
</style>
border-color css
<style>
span { border-color: #68C97B; }
span { border-color: rgb(104,201,123); }
td.TdClassName
{
border-color: #68C97B;
}
.TagClassName
{
border-color: #68C97B;
}
</style>