Shades of Fern #68A269
Tints of Fern #68A269
RGB
CMYK
RGB Variations
Color information
#68A269 (or 0x68A269) is known color: Fern. HEX triplet: 68, A2 and 69. RGB value is (104,162,105). Sum of RGB (Red+Green+Blue) = 104+162+105=371 (49% of max value = 765). Red value is 104 (41.02% from 255 or 28.03% from 371); Green value is 162 (63.67% from 255 or 43.67% from 371); Blue value is 105 (41.41% from 255 or 28.30% from 371); Max value from RGB is 162 - color contains mainly: green. Hex color #68A269 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #68A269 is #975D96. Grayscale: #8A8A8A. Windows color (decimal): -9919895 or 6922856. OLE color: 6922856.
HSL color Cylindrical-coordinate representation of color #68A269: hue angle of 121.03º 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 #68A269 is Cyan = 0.36, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 104 | 162 | 105 | - |
| CMYK | 0.36 | 0 | 0.35 | 0.36 |
| HSL | 121.03º | 0.24% | 0.52% | - |
| HSV(B) | 121.03º | 0.36% | 0.64% | - |
| XYZ | 21.18 | 29.8 | 18 | - |
| YUV | 138.16 | 109.28 | 103.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 162 | 105 | 0.36 | 0 | 0.35 | 0.36 | 121.03 | 0.24 | 0.52 |
| Hex | 68 | A2 | 69 | 24 | 0 | 23 | 24 | 79 | 18 | 34 |
| Octal | 150 | 242 | 151 | 44 | 0 | 43 | 44 | 171 | 30 | 64 |
| Binary | 1101000 | 10100010 | 1101001 | 100100 | 0 | 100011 | 100100 | 1111001 | 11000 | 110100 |
Color Harmonies of #68A269
Complementary color
Monochromatic Colors of #68A269
Black with #68A269
Text Example
Text Example
White with #68A269
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68A269; }
p { color: rgb(104,162,105); }
H1.HeaderClassName
{
color: #68A269;
}
.AnyTagClassName
{
color: #68A269;
}
</style>
background-color css
<style>
a { background-color: #68A269; }
a { background-color: rgb(104,162,105); }
div.DivClassName
{
background-color: #68A269;
}
.BgClassName
{
background-color: #68A269;
}
</style>
border-color css
<style>
span { border-color: #68A269; }
span { border-color: rgb(104,162,105); }
td.TdClassName
{
border-color: #68A269;
}
.TagClassName
{
border-color: #68A269;
}
</style>