Shades of Fern #68A762
Tints of Fern #68A762
RGB
CMYK
RGB Variations
Color information
#68A762 (or 0x68A762) is known color: Fern. HEX triplet: 68, A7 and 62. RGB value is (104,167,98). Sum of RGB (Red+Green+Blue) = 104+167+98=369 (48% of max value = 765). Red value is 104 (41.02% from 255 or 28.18% from 369); Green value is 167 (65.62% from 255 or 45.26% from 369); Blue value is 98 (38.67% from 255 or 26.56% from 369); Max value from RGB is 167 - color contains mainly: green. Hex color #68A762 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #68A762 is #97589D. Grayscale: #8C8C8C. Windows color (decimal): -9918622 or 6465384. OLE color: 6465384.
HSL color Cylindrical-coordinate representation of color #68A762: hue angle of 114.78º degrees, saturation: 0.28, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #68A762 is Cyan = 0.38, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 104 | 167 | 98 | - |
| CMYK | 0.38 | 0 | 0.41 | 0.35 |
| HSL | 114.78º | 0.28% | 0.52% | - |
| HSV(B) | 114.78º | 0.41% | 0.65% | - |
| XYZ | 21.73 | 31.46 | 16.48 | - |
| YUV | 140.3 | 104.13 | 102.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 167 | 98 | 0.38 | 0 | 0.41 | 0.35 | 114.78 | 0.28 | 0.52 |
| Hex | 68 | A7 | 62 | 26 | 0 | 29 | 23 | 73 | 1C | 34 |
| Octal | 150 | 247 | 142 | 46 | 0 | 51 | 43 | 163 | 34 | 64 |
| Binary | 1101000 | 10100111 | 1100010 | 100110 | 0 | 101001 | 100011 | 1110011 | 11100 | 110100 |
Color Harmonies of #68A762
Complementary color
Monochromatic Colors of #68A762
Black with #68A762
Text Example
Text Example
White with #68A762
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68A762; }
p { color: rgb(104,167,98); }
H1.HeaderClassName
{
color: #68A762;
}
.AnyTagClassName
{
color: #68A762;
}
</style>
background-color css
<style>
a { background-color: #68A762; }
a { background-color: rgb(104,167,98); }
div.DivClassName
{
background-color: #68A762;
}
.BgClassName
{
background-color: #68A762;
}
</style>
border-color css
<style>
span { border-color: #68A762; }
span { border-color: rgb(104,167,98); }
td.TdClassName
{
border-color: #68A762;
}
.TagClassName
{
border-color: #68A762;
}
</style>