Shades of Fern #68CB7B
Tints of Fern #68CB7B
RGB
CMYK
RGB Variations
Color information
#68CB7B (or 0x68CB7B) is known color: Fern. HEX triplet: 68, CB and 7B. RGB value is (104,203,123). Sum of RGB (Red+Green+Blue) = 104+203+123=430 (56% of max value = 765). Red value is 104 (41.02% from 255 or 24.19% from 430); Green value is 203 (79.69% from 255 or 47.21% from 430); Blue value is 123 (48.44% from 255 or 28.60% from 430); Max value from RGB is 203 - color contains mainly: green. Hex color #68CB7B is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #68CB7B is #973484. Grayscale: #A4A4A4. Windows color (decimal): -9909381 or 8113000. OLE color: 8113000.
HSL color Cylindrical-coordinate representation of color #68CB7B: hue angle of 131.52º degrees, saturation: 0.49, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #68CB7B is Cyan = 0.49, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 104 | 203 | 123 | - |
| CMYK | 0.49 | 0 | 0.39 | 0.20 |
| HSL | 131.52º | 0.49% | 0.6% | - |
| HSV(B) | 131.52º | 0.49% | 0.8% | - |
| XYZ | 30.64 | 47.08 | 26.21 | - |
| YUV | 164.28 | 104.7 | 85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 203 | 123 | 0.49 | 0 | 0.39 | 0.20 | 131.52 | 0.49 | 0.6 |
| Hex | 68 | CB | 7B | 31 | 0 | 27 | 14 | 84 | 31 | 3C |
| Octal | 150 | 313 | 173 | 61 | 0 | 47 | 24 | 204 | 61 | 74 |
| Binary | 1101000 | 11001011 | 1111011 | 110001 | 0 | 100111 | 10100 | 10000100 | 110001 | 111100 |
Color Harmonies of #68CB7B
Complementary color
Monochromatic Colors of #68CB7B
Black with #68CB7B
Text Example
Text Example
White with #68CB7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68CB7B; }
p { color: rgb(104,203,123); }
H1.HeaderClassName
{
color: #68CB7B;
}
.AnyTagClassName
{
color: #68CB7B;
}
</style>
background-color css
<style>
a { background-color: #68CB7B; }
a { background-color: rgb(104,203,123); }
div.DivClassName
{
background-color: #68CB7B;
}
.BgClassName
{
background-color: #68CB7B;
}
</style>
border-color css
<style>
span { border-color: #68CB7B; }
span { border-color: rgb(104,203,123); }
td.TdClassName
{
border-color: #68CB7B;
}
.TagClassName
{
border-color: #68CB7B;
}
</style>