Shades of Fern #6BAA69
Tints of Fern #6BAA69
RGB
CMYK
RGB Variations
Color information
#6BAA69 (or 0x6BAA69) is known color: Fern. HEX triplet: 6B, AA and 69. RGB value is (107,170,105). Sum of RGB (Red+Green+Blue) = 107+170+105=382 (50% of max value = 765). Red value is 107 (42.19% from 255 or 28.01% from 382); Green value is 170 (66.80% from 255 or 44.50% from 382); Blue value is 105 (41.41% from 255 or 27.49% from 382); Max value from RGB is 170 - color contains mainly: green. Hex color #6BAA69 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6BAA69 is #945596. Grayscale: #8F8F8F. Windows color (decimal): -9721239 or 6924907. OLE color: 6924907.
HSL color Cylindrical-coordinate representation of color #6BAA69: hue angle of 118.15º degrees, saturation: 0.28, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #6BAA69 is Cyan = 0.37, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 107 | 170 | 105 | - |
| CMYK | 0.37 | 0 | 0.38 | 0.33 |
| HSL | 118.15º | 0.28% | 0.54% | - |
| HSV(B) | 118.15º | 0.38% | 0.67% | - |
| XYZ | 22.99 | 32.9 | 18.5 | - |
| YUV | 143.75 | 106.13 | 101.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 170 | 105 | 0.37 | 0 | 0.38 | 0.33 | 118.15 | 0.28 | 0.54 |
| Hex | 6B | AA | 69 | 25 | 0 | 26 | 21 | 76 | 1C | 36 |
| Octal | 153 | 252 | 151 | 45 | 0 | 46 | 41 | 166 | 34 | 66 |
| Binary | 1101011 | 10101010 | 1101001 | 100101 | 0 | 100110 | 100001 | 1110110 | 11100 | 110110 |
Color Harmonies of #6BAA69
Complementary color
Monochromatic Colors of #6BAA69
Black with #6BAA69
Text Example
Text Example
White with #6BAA69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BAA69; }
p { color: rgb(107,170,105); }
H1.HeaderClassName
{
color: #6BAA69;
}
.AnyTagClassName
{
color: #6BAA69;
}
</style>
background-color css
<style>
a { background-color: #6BAA69; }
a { background-color: rgb(107,170,105); }
div.DivClassName
{
background-color: #6BAA69;
}
.BgClassName
{
background-color: #6BAA69;
}
</style>
border-color css
<style>
span { border-color: #6BAA69; }
span { border-color: rgb(107,170,105); }
td.TdClassName
{
border-color: #6BAA69;
}
.TagClassName
{
border-color: #6BAA69;
}
</style>