Shades of Fern #6BB069
Tints of Fern #6BB069
RGB
CMYK
RGB Variations
Color information
#6BB069 (or 0x6BB069) is known color: Fern. HEX triplet: 6B, B0 and 69. RGB value is (107,176,105). Sum of RGB (Red+Green+Blue) = 107+176+105=388 (51% of max value = 765). Red value is 107 (42.19% from 255 or 27.58% from 388); Green value is 176 (69.14% from 255 or 45.36% from 388); Blue value is 105 (41.41% from 255 or 27.06% from 388); Max value from RGB is 176 - color contains mainly: green. Hex color #6BB069 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6BB069 is #944F96. Grayscale: #939393. Windows color (decimal): -9719703 or 6926443. OLE color: 6926443.
HSL color Cylindrical-coordinate representation of color #6BB069: hue angle of 118.31º degrees, saturation: 0.31, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #6BB069 is Cyan = 0.39, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 107 | 176 | 105 | - |
| CMYK | 0.39 | 0 | 0.40 | 0.31 |
| HSL | 118.31º | 0.31% | 0.55% | - |
| HSV(B) | 118.31º | 0.4% | 0.69% | - |
| XYZ | 24.14 | 35.2 | 18.89 | - |
| YUV | 147.28 | 104.14 | 99.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 176 | 105 | 0.39 | 0 | 0.40 | 0.31 | 118.31 | 0.31 | 0.55 |
| Hex | 6B | B0 | 69 | 27 | 0 | 28 | 1F | 76 | 1F | 37 |
| Octal | 153 | 260 | 151 | 47 | 0 | 50 | 37 | 166 | 37 | 67 |
| Binary | 1101011 | 10110000 | 1101001 | 100111 | 0 | 101000 | 11111 | 1110110 | 11111 | 110111 |
Color Harmonies of #6BB069
Complementary color
Monochromatic Colors of #6BB069
Black with #6BB069
Text Example
Text Example
White with #6BB069
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BB069; }
p { color: rgb(107,176,105); }
H1.HeaderClassName
{
color: #6BB069;
}
.AnyTagClassName
{
color: #6BB069;
}
</style>
background-color css
<style>
a { background-color: #6BB069; }
a { background-color: rgb(107,176,105); }
div.DivClassName
{
background-color: #6BB069;
}
.BgClassName
{
background-color: #6BB069;
}
</style>
border-color css
<style>
span { border-color: #6BB069; }
span { border-color: rgb(107,176,105); }
td.TdClassName
{
border-color: #6BB069;
}
.TagClassName
{
border-color: #6BB069;
}
</style>