Shades of Fern #6DAA75
Tints of Fern #6DAA75
RGB
CMYK
RGB Variations
Color information
#6DAA75 (or 0x6DAA75) is known color: Fern. HEX triplet: 6D, AA and 75. RGB value is (109,170,117). Sum of RGB (Red+Green+Blue) = 109+170+117=396 (52% of max value = 765). Red value is 109 (42.97% from 255 or 27.53% from 396); Green value is 170 (66.80% from 255 or 42.93% from 396); Blue value is 117 (46.09% from 255 or 29.55% from 396); Max value from RGB is 170 - color contains mainly: green. Hex color #6DAA75 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6DAA75 is #92558A. Grayscale: #919191. Windows color (decimal): -9590155 or 7711341. OLE color: 7711341.
HSL color Cylindrical-coordinate representation of color #6DAA75: hue angle of 127.87º degrees, saturation: 0.26, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #6DAA75 is Cyan = 0.36, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 109 | 170 | 117 | - |
| CMYK | 0.36 | 0 | 0.31 | 0.33 |
| HSL | 127.87º | 0.26% | 0.55% | - |
| HSV(B) | 127.87º | 0.36% | 0.67% | - |
| XYZ | 23.89 | 33.29 | 22 | - |
| YUV | 145.72 | 111.79 | 101.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 170 | 117 | 0.36 | 0 | 0.31 | 0.33 | 127.87 | 0.26 | 0.55 |
| Hex | 6D | AA | 75 | 24 | 0 | 1F | 21 | 80 | 1A | 37 |
| Octal | 155 | 252 | 165 | 44 | 0 | 37 | 41 | 200 | 32 | 67 |
| Binary | 1101101 | 10101010 | 1110101 | 100100 | 0 | 11111 | 100001 | 10000000 | 11010 | 110111 |
Color Harmonies of #6DAA75
Complementary color
Monochromatic Colors of #6DAA75
Black with #6DAA75
Text Example
Text Example
White with #6DAA75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DAA75; }
p { color: rgb(109,170,117); }
H1.HeaderClassName
{
color: #6DAA75;
}
.AnyTagClassName
{
color: #6DAA75;
}
</style>
background-color css
<style>
a { background-color: #6DAA75; }
a { background-color: rgb(109,170,117); }
div.DivClassName
{
background-color: #6DAA75;
}
.BgClassName
{
background-color: #6DAA75;
}
</style>
border-color css
<style>
span { border-color: #6DAA75; }
span { border-color: rgb(109,170,117); }
td.TdClassName
{
border-color: #6DAA75;
}
.TagClassName
{
border-color: #6DAA75;
}
</style>