Shades of Fern #6BAF77
Tints of Fern #6BAF77
RGB
CMYK
RGB Variations
Color information
#6BAF77 (or 0x6BAF77) is known color: Fern. HEX triplet: 6B, AF and 77. RGB value is (107,175,119). Sum of RGB (Red+Green+Blue) = 107+175+119=401 (53% of max value = 765). Red value is 107 (42.19% from 255 or 26.68% from 401); Green value is 175 (68.75% from 255 or 43.64% from 401); Blue value is 119 (46.88% from 255 or 29.68% from 401); Max value from RGB is 175 - color contains mainly: green. Hex color #6BAF77 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6BAF77 is #945088. Grayscale: #949494. Windows color (decimal): -9719945 or 7843691. OLE color: 7843691.
HSL color Cylindrical-coordinate representation of color #6BAF77: hue angle of 130.59º degrees, saturation: 0.3, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #6BAF77 is Cyan = 0.39, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 107 | 175 | 119 | - |
| CMYK | 0.39 | 0 | 0.32 | 0.31 |
| HSL | 130.59º | 0.3% | 0.55% | - |
| HSV(B) | 130.59º | 0.39% | 0.69% | - |
| XYZ | 24.72 | 35.12 | 22.93 | - |
| YUV | 148.28 | 111.47 | 98.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 175 | 119 | 0.39 | 0 | 0.32 | 0.31 | 130.59 | 0.3 | 0.55 |
| Hex | 6B | AF | 77 | 27 | 0 | 20 | 1F | 83 | 1E | 37 |
| Octal | 153 | 257 | 167 | 47 | 0 | 40 | 37 | 203 | 36 | 67 |
| Binary | 1101011 | 10101111 | 1110111 | 100111 | 0 | 100000 | 11111 | 10000011 | 11110 | 110111 |
Color Harmonies of #6BAF77
Complementary color
Monochromatic Colors of #6BAF77
Black with #6BAF77
Text Example
Text Example
White with #6BAF77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BAF77; }
p { color: rgb(107,175,119); }
H1.HeaderClassName
{
color: #6BAF77;
}
.AnyTagClassName
{
color: #6BAF77;
}
</style>
background-color css
<style>
a { background-color: #6BAF77; }
a { background-color: rgb(107,175,119); }
div.DivClassName
{
background-color: #6BAF77;
}
.BgClassName
{
background-color: #6BAF77;
}
</style>
border-color css
<style>
span { border-color: #6BAF77; }
span { border-color: rgb(107,175,119); }
td.TdClassName
{
border-color: #6BAF77;
}
.TagClassName
{
border-color: #6BAF77;
}
</style>