Shades of Fern #68B265
Tints of Fern #68B265
RGB
CMYK
RGB Variations
Color information
#68B265 (or 0x68B265) is known color: Fern. HEX triplet: 68, B2 and 65. RGB value is (104,178,101). Sum of RGB (Red+Green+Blue) = 104+178+101=383 (50% of max value = 765). Red value is 104 (41.02% from 255 or 27.15% from 383); Green value is 178 (69.92% from 255 or 46.48% from 383); Blue value is 101 (39.84% from 255 or 26.37% from 383); Max value from RGB is 178 - color contains mainly: green. Hex color #68B265 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #68B265 is #974D9A. Grayscale: #939393. Windows color (decimal): -9915803 or 6664808. OLE color: 6664808.
HSL color Cylindrical-coordinate representation of color #68B265: hue angle of 117.66º degrees, saturation: 0.33, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #68B265 is Cyan = 0.42, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 104 | 178 | 101 | - |
| CMYK | 0.42 | 0 | 0.43 | 0.30 |
| HSL | 117.66º | 0.33% | 0.55% | - |
| HSV(B) | 117.66º | 0.43% | 0.7% | - |
| XYZ | 23.98 | 35.72 | 17.94 | - |
| YUV | 147.1 | 101.98 | 97.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 178 | 101 | 0.42 | 0 | 0.43 | 0.30 | 117.66 | 0.33 | 0.55 |
| Hex | 68 | B2 | 65 | 2A | 0 | 2B | 1E | 76 | 21 | 37 |
| Octal | 150 | 262 | 145 | 52 | 0 | 53 | 36 | 166 | 41 | 67 |
| Binary | 1101000 | 10110010 | 1100101 | 101010 | 0 | 101011 | 11110 | 1110110 | 100001 | 110111 |
Color Harmonies of #68B265
Complementary color
Monochromatic Colors of #68B265
Black with #68B265
Text Example
Text Example
White with #68B265
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68B265; }
p { color: rgb(104,178,101); }
H1.HeaderClassName
{
color: #68B265;
}
.AnyTagClassName
{
color: #68B265;
}
</style>
background-color css
<style>
a { background-color: #68B265; }
a { background-color: rgb(104,178,101); }
div.DivClassName
{
background-color: #68B265;
}
.BgClassName
{
background-color: #68B265;
}
</style>
border-color css
<style>
span { border-color: #68B265; }
span { border-color: rgb(104,178,101); }
td.TdClassName
{
border-color: #68B265;
}
.TagClassName
{
border-color: #68B265;
}
</style>