Shades of Fern #6BB368
Tints of Fern #6BB368
RGB
CMYK
RGB Variations
Color information
#6BB368 (or 0x6BB368) is known color: Fern. HEX triplet: 6B, B3 and 68. RGB value is (107,179,104). Sum of RGB (Red+Green+Blue) = 107+179+104=390 (51% of max value = 765). Red value is 107 (42.19% from 255 or 27.44% from 390); Green value is 179 (70.31% from 255 or 45.90% from 390); Blue value is 104 (41.02% from 255 or 26.67% from 390); Max value from RGB is 179 - color contains mainly: green. Hex color #6BB368 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6BB368 is #944C97. Grayscale: #959595. Windows color (decimal): -9718936 or 6861675. OLE color: 6861675.
HSL color Cylindrical-coordinate representation of color #6BB368: hue angle of 117.6º degrees, saturation: 0.33, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #6BB368 is Cyan = 0.40, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 107 | 179 | 104 | - |
| CMYK | 0.40 | 0 | 0.42 | 0.30 |
| HSL | 117.6º | 0.33% | 0.55% | - |
| HSV(B) | 117.6º | 0.42% | 0.7% | - |
| XYZ | 24.68 | 36.37 | 18.82 | - |
| YUV | 148.92 | 102.65 | 98.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 179 | 104 | 0.40 | 0 | 0.42 | 0.30 | 117.6 | 0.33 | 0.55 |
| Hex | 6B | B3 | 68 | 28 | 0 | 2A | 1E | 76 | 21 | 37 |
| Octal | 153 | 263 | 150 | 50 | 0 | 52 | 36 | 166 | 41 | 67 |
| Binary | 1101011 | 10110011 | 1101000 | 101000 | 0 | 101010 | 11110 | 1110110 | 100001 | 110111 |
Color Harmonies of #6BB368
Complementary color
Monochromatic Colors of #6BB368
Black with #6BB368
Text Example
Text Example
White with #6BB368
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BB368; }
p { color: rgb(107,179,104); }
H1.HeaderClassName
{
color: #6BB368;
}
.AnyTagClassName
{
color: #6BB368;
}
</style>
background-color css
<style>
a { background-color: #6BB368; }
a { background-color: rgb(107,179,104); }
div.DivClassName
{
background-color: #6BB368;
}
.BgClassName
{
background-color: #6BB368;
}
</style>
border-color css
<style>
span { border-color: #6BB368; }
span { border-color: rgb(107,179,104); }
td.TdClassName
{
border-color: #6BB368;
}
.TagClassName
{
border-color: #6BB368;
}
</style>