Shades of Fern #6BAA62
Tints of Fern #6BAA62
RGB
CMYK
RGB Variations
Color information
#6BAA62 (or 0x6BAA62) is known color: Fern. HEX triplet: 6B, AA and 62. RGB value is (107,170,98). Sum of RGB (Red+Green+Blue) = 107+170+98=375 (49% of max value = 765). Red value is 107 (42.19% from 255 or 28.53% from 375); Green value is 170 (66.80% from 255 or 45.33% from 375); Blue value is 98 (38.67% from 255 or 26.13% from 375); Max value from RGB is 170 - color contains mainly: green. Hex color #6BAA62 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6BAA62 is #94559D. Grayscale: #8F8F8F. Windows color (decimal): -9721246 or 6466155. OLE color: 6466155.
HSL color Cylindrical-coordinate representation of color #6BAA62: hue angle of 112.5º degrees, saturation: 0.3, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #6BAA62 is Cyan = 0.37, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 107 | 170 | 98 | - |
| CMYK | 0.37 | 0 | 0.42 | 0.33 |
| HSL | 112.5º | 0.3% | 0.53% | - |
| HSV(B) | 112.5º | 0.42% | 0.67% | - |
| XYZ | 22.64 | 32.76 | 16.68 | - |
| YUV | 142.96 | 102.63 | 102.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 170 | 98 | 0.37 | 0 | 0.42 | 0.33 | 112.5 | 0.3 | 0.53 |
| Hex | 6B | AA | 62 | 25 | 0 | 2A | 21 | 70 | 1E | 35 |
| Octal | 153 | 252 | 142 | 45 | 0 | 52 | 41 | 160 | 36 | 65 |
| Binary | 1101011 | 10101010 | 1100010 | 100101 | 0 | 101010 | 100001 | 1110000 | 11110 | 110101 |
Color Harmonies of #6BAA62
Complementary color
Monochromatic Colors of #6BAA62
Black with #6BAA62
Text Example
Text Example
White with #6BAA62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BAA62; }
p { color: rgb(107,170,98); }
H1.HeaderClassName
{
color: #6BAA62;
}
.AnyTagClassName
{
color: #6BAA62;
}
</style>
background-color css
<style>
a { background-color: #6BAA62; }
a { background-color: rgb(107,170,98); }
div.DivClassName
{
background-color: #6BAA62;
}
.BgClassName
{
background-color: #6BAA62;
}
</style>
border-color css
<style>
span { border-color: #6BAA62; }
span { border-color: rgb(107,170,98); }
td.TdClassName
{
border-color: #6BAA62;
}
.TagClassName
{
border-color: #6BAA62;
}
</style>