Shades of Fern #68B062
Tints of Fern #68B062
RGB
CMYK
RGB Variations
Color information
#68B062 (or 0x68B062) is known color: Fern. HEX triplet: 68, B0 and 62. RGB value is (104,176,98). Sum of RGB (Red+Green+Blue) = 104+176+98=378 (50% of max value = 765). Red value is 104 (41.02% from 255 or 27.51% from 378); Green value is 176 (69.14% from 255 or 46.56% from 378); Blue value is 98 (38.67% from 255 or 25.93% from 378); Max value from RGB is 176 - color contains mainly: green. Hex color #68B062 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #68B062 is #974F9D. Grayscale: #919191. Windows color (decimal): -9916318 or 6467688. OLE color: 6467688.
HSL color Cylindrical-coordinate representation of color #68B062: hue angle of 115.38º degrees, saturation: 0.33, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #68B062 is Cyan = 0.41, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 104 | 176 | 98 | - |
| CMYK | 0.41 | 0 | 0.44 | 0.31 |
| HSL | 115.38º | 0.33% | 0.54% | - |
| HSV(B) | 115.38º | 0.44% | 0.69% | - |
| XYZ | 23.44 | 34.88 | 17.05 | - |
| YUV | 145.58 | 101.15 | 98.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 176 | 98 | 0.41 | 0 | 0.44 | 0.31 | 115.38 | 0.33 | 0.54 |
| Hex | 68 | B0 | 62 | 29 | 0 | 2C | 1F | 73 | 21 | 36 |
| Octal | 150 | 260 | 142 | 51 | 0 | 54 | 37 | 163 | 41 | 66 |
| Binary | 1101000 | 10110000 | 1100010 | 101001 | 0 | 101100 | 11111 | 1110011 | 100001 | 110110 |
Color Harmonies of #68B062
Complementary color
Monochromatic Colors of #68B062
Black with #68B062
Text Example
Text Example
White with #68B062
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68B062; }
p { color: rgb(104,176,98); }
H1.HeaderClassName
{
color: #68B062;
}
.AnyTagClassName
{
color: #68B062;
}
</style>
background-color css
<style>
a { background-color: #68B062; }
a { background-color: rgb(104,176,98); }
div.DivClassName
{
background-color: #68B062;
}
.BgClassName
{
background-color: #68B062;
}
</style>
border-color css
<style>
span { border-color: #68B062; }
span { border-color: rgb(104,176,98); }
td.TdClassName
{
border-color: #68B062;
}
.TagClassName
{
border-color: #68B062;
}
</style>