Shades of Fern #6BB06F
Tints of Fern #6BB06F
RGB
CMYK
RGB Variations
Color information
#6BB06F (or 0x6BB06F) is known color: Fern. HEX triplet: 6B, B0 and 6F. RGB value is (107,176,111). Sum of RGB (Red+Green+Blue) = 107+176+111=394 (52% of max value = 765). Red value is 107 (42.19% from 255 or 27.16% from 394); Green value is 176 (69.14% from 255 or 44.67% from 394); Blue value is 111 (43.75% from 255 or 28.17% from 394); Max value from RGB is 176 - color contains mainly: green. Hex color #6BB06F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6BB06F is #944F90. Grayscale: #949494. Windows color (decimal): -9719697 or 7319659. OLE color: 7319659.
HSL color Cylindrical-coordinate representation of color #6BB06F: hue angle of 123.48º 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 #6BB06F is Cyan = 0.39, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 107 | 176 | 111 | - |
| CMYK | 0.39 | 0 | 0.37 | 0.31 |
| HSL | 123.48º | 0.3% | 0.55% | - |
| HSV(B) | 123.48º | 0.39% | 0.69% | - |
| XYZ | 24.46 | 35.32 | 20.57 | - |
| YUV | 147.96 | 107.14 | 98.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 176 | 111 | 0.39 | 0 | 0.37 | 0.31 | 123.48 | 0.3 | 0.55 |
| Hex | 6B | B0 | 6F | 27 | 0 | 25 | 1F | 7B | 1E | 37 |
| Octal | 153 | 260 | 157 | 47 | 0 | 45 | 37 | 173 | 36 | 67 |
| Binary | 1101011 | 10110000 | 1101111 | 100111 | 0 | 100101 | 11111 | 1111011 | 11110 | 110111 |
Color Harmonies of #6BB06F
Complementary color
Monochromatic Colors of #6BB06F
Black with #6BB06F
Text Example
Text Example
White with #6BB06F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BB06F; }
p { color: rgb(107,176,111); }
H1.HeaderClassName
{
color: #6BB06F;
}
.AnyTagClassName
{
color: #6BB06F;
}
</style>
background-color css
<style>
a { background-color: #6BB06F; }
a { background-color: rgb(107,176,111); }
div.DivClassName
{
background-color: #6BB06F;
}
.BgClassName
{
background-color: #6BB06F;
}
</style>
border-color css
<style>
span { border-color: #6BB06F; }
span { border-color: rgb(107,176,111); }
td.TdClassName
{
border-color: #6BB06F;
}
.TagClassName
{
border-color: #6BB06F;
}
</style>