Shades of Fern #6BAA68
Tints of Fern #6BAA68
RGB
CMYK
RGB Variations
Color information
#6BAA68 (or 0x6BAA68) is known color: Fern. HEX triplet: 6B, AA and 68. RGB value is (107,170,104). Sum of RGB (Red+Green+Blue) = 107+170+104=381 (50% of max value = 765). Red value is 107 (42.19% from 255 or 28.08% from 381); Green value is 170 (66.80% from 255 or 44.62% from 381); Blue value is 104 (41.02% from 255 or 27.30% from 381); Max value from RGB is 170 - color contains mainly: green. Hex color #6BAA68 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6BAA68 is #945597. Grayscale: #8F8F8F. Windows color (decimal): -9721240 or 6859371. OLE color: 6859371.
HSL color Cylindrical-coordinate representation of color #6BAA68: hue angle of 117.27º degrees, saturation: 0.28, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #6BAA68 is Cyan = 0.37, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 107 | 170 | 104 | - |
| CMYK | 0.37 | 0 | 0.39 | 0.33 |
| HSL | 117.27º | 0.28% | 0.54% | - |
| HSV(B) | 117.27º | 0.39% | 0.67% | - |
| XYZ | 22.94 | 32.87 | 18.23 | - |
| YUV | 143.64 | 105.63 | 101.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 170 | 104 | 0.37 | 0 | 0.39 | 0.33 | 117.27 | 0.28 | 0.54 |
| Hex | 6B | AA | 68 | 25 | 0 | 27 | 21 | 75 | 1C | 36 |
| Octal | 153 | 252 | 150 | 45 | 0 | 47 | 41 | 165 | 34 | 66 |
| Binary | 1101011 | 10101010 | 1101000 | 100101 | 0 | 100111 | 100001 | 1110101 | 11100 | 110110 |
Color Harmonies of #6BAA68
Complementary color
Monochromatic Colors of #6BAA68
Black with #6BAA68
Text Example
Text Example
White with #6BAA68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BAA68; }
p { color: rgb(107,170,104); }
H1.HeaderClassName
{
color: #6BAA68;
}
.AnyTagClassName
{
color: #6BAA68;
}
</style>
background-color css
<style>
a { background-color: #6BAA68; }
a { background-color: rgb(107,170,104); }
div.DivClassName
{
background-color: #6BAA68;
}
.BgClassName
{
background-color: #6BAA68;
}
</style>
border-color css
<style>
span { border-color: #6BAA68; }
span { border-color: rgb(107,170,104); }
td.TdClassName
{
border-color: #6BAA68;
}
.TagClassName
{
border-color: #6BAA68;
}
</style>