Shades of Fern #6FB469
Tints of Fern #6FB469
RGB
CMYK
RGB Variations
Color information
#6FB469 (or 0x6FB469) is known color: Fern. HEX triplet: 6F, B4 and 69. RGB value is (111,180,105). Sum of RGB (Red+Green+Blue) = 111+180+105=396 (52% of max value = 765). Red value is 111 (43.75% from 255 or 28.03% from 396); Green value is 180 (70.70% from 255 or 45.45% from 396); Blue value is 105 (41.41% from 255 or 26.52% from 396); Max value from RGB is 180 - color contains mainly: green. Hex color #6FB469 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6FB469 is #904B96. Grayscale: #979797. Windows color (decimal): -9456535 or 6927471. OLE color: 6927471.
HSL color Cylindrical-coordinate representation of color #6FB469: hue angle of 115.2º degrees, saturation: 0.33, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #6FB469 is Cyan = 0.38, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 111 | 180 | 105 | - |
| CMYK | 0.38 | 0 | 0.42 | 0.29 |
| HSL | 115.2º | 0.33% | 0.56% | - |
| HSV(B) | 115.2º | 0.42% | 0.71% | - |
| XYZ | 25.43 | 37.04 | 19.17 | - |
| YUV | 150.82 | 102.14 | 99.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 180 | 105 | 0.38 | 0 | 0.42 | 0.29 | 115.2 | 0.33 | 0.56 |
| Hex | 6F | B4 | 69 | 26 | 0 | 2A | 1D | 73 | 21 | 38 |
| Octal | 157 | 264 | 151 | 46 | 0 | 52 | 35 | 163 | 41 | 70 |
| Binary | 1101111 | 10110100 | 1101001 | 100110 | 0 | 101010 | 11101 | 1110011 | 100001 | 111000 |
Color Harmonies of #6FB469
Complementary color
Monochromatic Colors of #6FB469
Black with #6FB469
Text Example
Text Example
White with #6FB469
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FB469; }
p { color: rgb(111,180,105); }
H1.HeaderClassName
{
color: #6FB469;
}
.AnyTagClassName
{
color: #6FB469;
}
</style>
background-color css
<style>
a { background-color: #6FB469; }
a { background-color: rgb(111,180,105); }
div.DivClassName
{
background-color: #6FB469;
}
.BgClassName
{
background-color: #6FB469;
}
</style>
border-color css
<style>
span { border-color: #6FB469; }
span { border-color: rgb(111,180,105); }
td.TdClassName
{
border-color: #6FB469;
}
.TagClassName
{
border-color: #6FB469;
}
</style>