Shades of Fern #6FB165
Tints of Fern #6FB165
RGB
CMYK
RGB Variations
Color information
#6FB165 (or 0x6FB165) is known color: Fern. HEX triplet: 6F, B1 and 65. RGB value is (111,177,101). Sum of RGB (Red+Green+Blue) = 111+177+101=389 (51% of max value = 765). Red value is 111 (43.75% from 255 or 28.53% from 389); Green value is 177 (69.53% from 255 or 45.50% from 389); Blue value is 101 (39.84% from 255 or 25.96% from 389); Max value from RGB is 177 - color contains mainly: green. Hex color #6FB165 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6FB165 is #904E9A. Grayscale: #949494. Windows color (decimal): -9457307 or 6664559. OLE color: 6664559.
HSL color Cylindrical-coordinate representation of color #6FB165: hue angle of 112.11º degrees, saturation: 0.33, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #6FB165 is Cyan = 0.37, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 111 | 177 | 101 | - |
| CMYK | 0.37 | 0 | 0.43 | 0.31 |
| HSL | 112.11º | 0.33% | 0.55% | - |
| HSV(B) | 112.11º | 0.43% | 0.69% | - |
| XYZ | 24.63 | 35.76 | 17.92 | - |
| YUV | 148.6 | 101.13 | 101.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 177 | 101 | 0.37 | 0 | 0.43 | 0.31 | 112.11 | 0.33 | 0.55 |
| Hex | 6F | B1 | 65 | 25 | 0 | 2B | 1F | 70 | 21 | 37 |
| Octal | 157 | 261 | 145 | 45 | 0 | 53 | 37 | 160 | 41 | 67 |
| Binary | 1101111 | 10110001 | 1100101 | 100101 | 0 | 101011 | 11111 | 1110000 | 100001 | 110111 |
Color Harmonies of #6FB165
Complementary color
Monochromatic Colors of #6FB165
Black with #6FB165
Text Example
Text Example
White with #6FB165
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FB165; }
p { color: rgb(111,177,101); }
H1.HeaderClassName
{
color: #6FB165;
}
.AnyTagClassName
{
color: #6FB165;
}
</style>
background-color css
<style>
a { background-color: #6FB165; }
a { background-color: rgb(111,177,101); }
div.DivClassName
{
background-color: #6FB165;
}
.BgClassName
{
background-color: #6FB165;
}
</style>
border-color css
<style>
span { border-color: #6FB165; }
span { border-color: rgb(111,177,101); }
td.TdClassName
{
border-color: #6FB165;
}
.TagClassName
{
border-color: #6FB165;
}
</style>