Shades of Fern #68A368
Tints of Fern #68A368
RGB
CMYK
RGB Variations
Color information
#68A368 (or 0x68A368) is known color: Fern. HEX triplet: 68, A3 and 68. RGB value is (104,163,104). Sum of RGB (Red+Green+Blue) = 104+163+104=371 (49% of max value = 765). Red value is 104 (41.02% from 255 or 28.03% from 371); Green value is 163 (64.06% from 255 or 43.94% from 371); Blue value is 104 (41.02% from 255 or 28.03% from 371); Max value from RGB is 163 - color contains mainly: green. Hex color #68A368 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #68A368 is #975C97. Grayscale: #8A8A8A. Windows color (decimal): -9919640 or 6857576. OLE color: 6857576.
HSL color Cylindrical-coordinate representation of color #68A368: hue angle of 120º degrees, saturation: 0.24, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #68A368 is Cyan = 0.36, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 104 | 163 | 104 | - |
| CMYK | 0.36 | 0 | 0.36 | 0.36 |
| HSL | 120º | 0.24% | 0.52% | - |
| HSV(B) | 120º | 0.36% | 0.64% | - |
| XYZ | 21.3 | 30.14 | 17.79 | - |
| YUV | 138.63 | 108.45 | 103.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 163 | 104 | 0.36 | 0 | 0.36 | 0.36 | 120 | 0.24 | 0.52 |
| Hex | 68 | A3 | 68 | 24 | 0 | 24 | 24 | 78 | 18 | 34 |
| Octal | 150 | 243 | 150 | 44 | 0 | 44 | 44 | 170 | 30 | 64 |
| Binary | 1101000 | 10100011 | 1101000 | 100100 | 0 | 100100 | 100100 | 1111000 | 11000 | 110100 |
Color Harmonies of #68A368
Complementary color
Monochromatic Colors of #68A368
Black with #68A368
Text Example
Text Example
White with #68A368
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68A368; }
p { color: rgb(104,163,104); }
H1.HeaderClassName
{
color: #68A368;
}
.AnyTagClassName
{
color: #68A368;
}
</style>
background-color css
<style>
a { background-color: #68A368; }
a { background-color: rgb(104,163,104); }
div.DivClassName
{
background-color: #68A368;
}
.BgClassName
{
background-color: #68A368;
}
</style>
border-color css
<style>
span { border-color: #68A368; }
span { border-color: rgb(104,163,104); }
td.TdClassName
{
border-color: #68A368;
}
.TagClassName
{
border-color: #68A368;
}
</style>