Shades of Fern #68B26C
Tints of Fern #68B26C
RGB
CMYK
RGB Variations
Color information
#68B26C (or 0x68B26C) is known color: Fern. HEX triplet: 68, B2 and 6C. RGB value is (104,178,108). Sum of RGB (Red+Green+Blue) = 104+178+108=390 (51% of max value = 765). Red value is 104 (41.02% from 255 or 26.67% from 390); Green value is 178 (69.92% from 255 or 45.64% from 390); Blue value is 108 (42.58% from 255 or 27.69% from 390); Max value from RGB is 178 - color contains mainly: green. Hex color #68B26C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #68B26C is #974D93. Grayscale: #949494. Windows color (decimal): -9915796 or 7123560. OLE color: 7123560.
HSL color Cylindrical-coordinate representation of color #68B26C: hue angle of 123.24º degrees, saturation: 0.32, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #68B26C is Cyan = 0.42, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 104 | 178 | 108 | - |
| CMYK | 0.42 | 0 | 0.39 | 0.30 |
| HSL | 123.24º | 0.32% | 0.55% | - |
| HSV(B) | 123.24º | 0.42% | 0.7% | - |
| XYZ | 24.34 | 35.87 | 19.83 | - |
| YUV | 147.89 | 105.48 | 96.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 178 | 108 | 0.42 | 0 | 0.39 | 0.30 | 123.24 | 0.32 | 0.55 |
| Hex | 68 | B2 | 6C | 2A | 0 | 27 | 1E | 7B | 20 | 37 |
| Octal | 150 | 262 | 154 | 52 | 0 | 47 | 36 | 173 | 40 | 67 |
| Binary | 1101000 | 10110010 | 1101100 | 101010 | 0 | 100111 | 11110 | 1111011 | 100000 | 110111 |
Color Harmonies of #68B26C
Complementary color
Monochromatic Colors of #68B26C
Black with #68B26C
Text Example
Text Example
White with #68B26C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68B26C; }
p { color: rgb(104,178,108); }
H1.HeaderClassName
{
color: #68B26C;
}
.AnyTagClassName
{
color: #68B26C;
}
</style>
background-color css
<style>
a { background-color: #68B26C; }
a { background-color: rgb(104,178,108); }
div.DivClassName
{
background-color: #68B26C;
}
.BgClassName
{
background-color: #68B26C;
}
</style>
border-color css
<style>
span { border-color: #68B26C; }
span { border-color: rgb(104,178,108); }
td.TdClassName
{
border-color: #68B26C;
}
.TagClassName
{
border-color: #68B26C;
}
</style>