Shades of Fern #68B272
Tints of Fern #68B272
RGB
CMYK
RGB Variations
Color information
#68B272 (or 0x68B272) is known color: Fern. HEX triplet: 68, B2 and 72. RGB value is (104,178,114). Sum of RGB (Red+Green+Blue) = 104+178+114=396 (52% of max value = 765). Red value is 104 (41.02% from 255 or 26.26% from 396); Green value is 178 (69.92% from 255 or 44.95% from 396); Blue value is 114 (44.92% from 255 or 28.79% from 396); Max value from RGB is 178 - color contains mainly: green. Hex color #68B272 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #68B272 is #974D8D. Grayscale: #949494. Windows color (decimal): -9915790 or 7516776. OLE color: 7516776.
HSL color Cylindrical-coordinate representation of color #68B272: hue angle of 128.11º 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 #68B272 is Cyan = 0.42, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 104 | 178 | 114 | - |
| CMYK | 0.42 | 0 | 0.36 | 0.30 |
| HSL | 128.11º | 0.32% | 0.55% | - |
| HSV(B) | 128.11º | 0.42% | 0.7% | - |
| XYZ | 24.67 | 36 | 21.57 | - |
| YUV | 148.58 | 108.48 | 96.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 178 | 114 | 0.42 | 0 | 0.36 | 0.30 | 128.11 | 0.32 | 0.55 |
| Hex | 68 | B2 | 72 | 2A | 0 | 24 | 1E | 80 | 20 | 37 |
| Octal | 150 | 262 | 162 | 52 | 0 | 44 | 36 | 200 | 40 | 67 |
| Binary | 1101000 | 10110010 | 1110010 | 101010 | 0 | 100100 | 11110 | 10000000 | 100000 | 110111 |
Color Harmonies of #68B272
Complementary color
Monochromatic Colors of #68B272
Black with #68B272
Text Example
Text Example
White with #68B272
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68B272; }
p { color: rgb(104,178,114); }
H1.HeaderClassName
{
color: #68B272;
}
.AnyTagClassName
{
color: #68B272;
}
</style>
background-color css
<style>
a { background-color: #68B272; }
a { background-color: rgb(104,178,114); }
div.DivClassName
{
background-color: #68B272;
}
.BgClassName
{
background-color: #68B272;
}
</style>
border-color css
<style>
span { border-color: #68B272; }
span { border-color: rgb(104,178,114); }
td.TdClassName
{
border-color: #68B272;
}
.TagClassName
{
border-color: #68B272;
}
</style>