Shades of Fern #6FB076
Tints of Fern #6FB076
RGB
CMYK
RGB Variations
Color information
#6FB076 (or 0x6FB076) is known color: Fern. HEX triplet: 6F, B0 and 76. RGB value is (111,176,118). Sum of RGB (Red+Green+Blue) = 111+176+118=405 (53% of max value = 765). Red value is 111 (43.75% from 255 or 27.41% from 405); Green value is 176 (69.14% from 255 or 43.46% from 405); Blue value is 118 (46.48% from 255 or 29.14% from 405); Max value from RGB is 176 - color contains mainly: green. Hex color #6FB076 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6FB076 is #904F89. Grayscale: #969696. Windows color (decimal): -9457546 or 7778415. OLE color: 7778415.
HSL color Cylindrical-coordinate representation of color #6FB076: hue angle of 126.46º degrees, saturation: 0.29, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #6FB076 is Cyan = 0.37, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 111 | 176 | 118 | - |
| CMYK | 0.37 | 0 | 0.33 | 0.31 |
| HSL | 126.46º | 0.29% | 0.56% | - |
| HSV(B) | 126.46º | 0.37% | 0.69% | - |
| XYZ | 25.35 | 35.74 | 22.7 | - |
| YUV | 149.95 | 109.97 | 100.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 176 | 118 | 0.37 | 0 | 0.33 | 0.31 | 126.46 | 0.29 | 0.56 |
| Hex | 6F | B0 | 76 | 25 | 0 | 21 | 1F | 7E | 1D | 38 |
| Octal | 157 | 260 | 166 | 45 | 0 | 41 | 37 | 176 | 35 | 70 |
| Binary | 1101111 | 10110000 | 1110110 | 100101 | 0 | 100001 | 11111 | 1111110 | 11101 | 111000 |
Color Harmonies of #6FB076
Complementary color
Monochromatic Colors of #6FB076
Black with #6FB076
Text Example
Text Example
White with #6FB076
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FB076; }
p { color: rgb(111,176,118); }
H1.HeaderClassName
{
color: #6FB076;
}
.AnyTagClassName
{
color: #6FB076;
}
</style>
background-color css
<style>
a { background-color: #6FB076; }
a { background-color: rgb(111,176,118); }
div.DivClassName
{
background-color: #6FB076;
}
.BgClassName
{
background-color: #6FB076;
}
</style>
border-color css
<style>
span { border-color: #6FB076; }
span { border-color: rgb(111,176,118); }
td.TdClassName
{
border-color: #6FB076;
}
.TagClassName
{
border-color: #6FB076;
}
</style>