Shades of Fern #68CA73
Tints of Fern #68CA73
RGB
CMYK
RGB Variations
Color information
#68CA73 (or 0x68CA73) is known color: Fern. HEX triplet: 68, CA and 73. RGB value is (104,202,115). Sum of RGB (Red+Green+Blue) = 104+202+115=421 (55% of max value = 765). Red value is 104 (41.02% from 255 or 24.70% from 421); Green value is 202 (79.30% from 255 or 47.98% from 421); Blue value is 115 (45.31% from 255 or 27.32% from 421); Max value from RGB is 202 - color contains mainly: green. Hex color #68CA73 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #68CA73 is #97358C. Grayscale: #A3A3A3. Windows color (decimal): -9909645 or 7588456. OLE color: 7588456.
HSL color Cylindrical-coordinate representation of color #68CA73: hue angle of 126.73º 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 #68CA73 is Cyan = 0.49, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 104 | 202 | 115 | - |
| CMYK | 0.49 | 0 | 0.43 | 0.21 |
| HSL | 126.73º | 0.48% | 0.6% | - |
| HSV(B) | 126.73º | 0.49% | 0.79% | - |
| XYZ | 29.92 | 46.42 | 23.6 | - |
| YUV | 162.78 | 101.03 | 86.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 202 | 115 | 0.49 | 0 | 0.43 | 0.21 | 126.73 | 0.48 | 0.6 |
| Hex | 68 | CA | 73 | 31 | 0 | 2B | 15 | 7F | 30 | 3C |
| Octal | 150 | 312 | 163 | 61 | 0 | 53 | 25 | 177 | 60 | 74 |
| Binary | 1101000 | 11001010 | 1110011 | 110001 | 0 | 101011 | 10101 | 1111111 | 110000 | 111100 |
Color Harmonies of #68CA73
Complementary color
Monochromatic Colors of #68CA73
Black with #68CA73
Text Example
Text Example
White with #68CA73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68CA73; }
p { color: rgb(104,202,115); }
H1.HeaderClassName
{
color: #68CA73;
}
.AnyTagClassName
{
color: #68CA73;
}
</style>
background-color css
<style>
a { background-color: #68CA73; }
a { background-color: rgb(104,202,115); }
div.DivClassName
{
background-color: #68CA73;
}
.BgClassName
{
background-color: #68CA73;
}
</style>
border-color css
<style>
span { border-color: #68CA73; }
span { border-color: rgb(104,202,115); }
td.TdClassName
{
border-color: #68CA73;
}
.TagClassName
{
border-color: #68CA73;
}
</style>