Shades of Fern #68CA7B
Tints of Fern #68CA7B
RGB
CMYK
RGB Variations
Color information
#68CA7B (or 0x68CA7B) is known color: Fern. HEX triplet: 68, CA and 7B. RGB value is (104,202,123). Sum of RGB (Red+Green+Blue) = 104+202+123=429 (56% of max value = 765). Red value is 104 (41.02% from 255 or 24.24% from 429); Green value is 202 (79.30% from 255 or 47.09% from 429); Blue value is 123 (48.44% from 255 or 28.67% from 429); Max value from RGB is 202 - color contains mainly: green. Hex color #68CA7B is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #68CA7B is #973584. Grayscale: #A3A3A3. Windows color (decimal): -9909637 or 8112744. OLE color: 8112744.
HSL color Cylindrical-coordinate representation of color #68CA7B: hue angle of 131.63º degrees, saturation: 0.48, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #68CA7B is Cyan = 0.49, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 104 | 202 | 123 | - |
| CMYK | 0.49 | 0 | 0.39 | 0.21 |
| HSL | 131.63º | 0.48% | 0.6% | - |
| HSV(B) | 131.63º | 0.49% | 0.79% | - |
| XYZ | 30.4 | 46.61 | 26.13 | - |
| YUV | 163.69 | 105.03 | 85.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 202 | 123 | 0.49 | 0 | 0.39 | 0.21 | 131.63 | 0.48 | 0.6 |
| Hex | 68 | CA | 7B | 31 | 0 | 27 | 15 | 84 | 30 | 3C |
| Octal | 150 | 312 | 173 | 61 | 0 | 47 | 25 | 204 | 60 | 74 |
| Binary | 1101000 | 11001010 | 1111011 | 110001 | 0 | 100111 | 10101 | 10000100 | 110000 | 111100 |
Color Harmonies of #68CA7B
Complementary color
Monochromatic Colors of #68CA7B
Black with #68CA7B
Text Example
Text Example
White with #68CA7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68CA7B; }
p { color: rgb(104,202,123); }
H1.HeaderClassName
{
color: #68CA7B;
}
.AnyTagClassName
{
color: #68CA7B;
}
</style>
background-color css
<style>
a { background-color: #68CA7B; }
a { background-color: rgb(104,202,123); }
div.DivClassName
{
background-color: #68CA7B;
}
.BgClassName
{
background-color: #68CA7B;
}
</style>
border-color css
<style>
span { border-color: #68CA7B; }
span { border-color: rgb(104,202,123); }
td.TdClassName
{
border-color: #68CA7B;
}
.TagClassName
{
border-color: #68CA7B;
}
</style>