Shades of Fern #6BB268
Tints of Fern #6BB268
RGB
CMYK
RGB Variations
Color information
#6BB268 (or 0x6BB268) is known color: Fern. HEX triplet: 6B, B2 and 68. RGB value is (107,178,104). Sum of RGB (Red+Green+Blue) = 107+178+104=389 (51% of max value = 765). Red value is 107 (42.19% from 255 or 27.51% from 389); Green value is 178 (69.92% from 255 or 45.76% from 389); Blue value is 104 (41.02% from 255 or 26.74% from 389); Max value from RGB is 178 - color contains mainly: green. Hex color #6BB268 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6BB268 is #944D97. Grayscale: #949494. Windows color (decimal): -9719192 or 6861419. OLE color: 6861419.
HSL color Cylindrical-coordinate representation of color #6BB268: hue angle of 117.57º degrees, saturation: 0.32, 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 #6BB268 is Cyan = 0.40, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 107 | 178 | 104 | - |
| CMYK | 0.40 | 0 | 0.42 | 0.30 |
| HSL | 117.57º | 0.32% | 0.55% | - |
| HSV(B) | 117.57º | 0.42% | 0.7% | - |
| XYZ | 24.48 | 35.97 | 18.75 | - |
| YUV | 148.34 | 102.98 | 98.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 178 | 104 | 0.40 | 0 | 0.42 | 0.30 | 117.57 | 0.32 | 0.55 |
| Hex | 6B | B2 | 68 | 28 | 0 | 2A | 1E | 76 | 20 | 37 |
| Octal | 153 | 262 | 150 | 50 | 0 | 52 | 36 | 166 | 40 | 67 |
| Binary | 1101011 | 10110010 | 1101000 | 101000 | 0 | 101010 | 11110 | 1110110 | 100000 | 110111 |
Color Harmonies of #6BB268
Complementary color
Monochromatic Colors of #6BB268
Black with #6BB268
Text Example
Text Example
White with #6BB268
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BB268; }
p { color: rgb(107,178,104); }
H1.HeaderClassName
{
color: #6BB268;
}
.AnyTagClassName
{
color: #6BB268;
}
</style>
background-color css
<style>
a { background-color: #6BB268; }
a { background-color: rgb(107,178,104); }
div.DivClassName
{
background-color: #6BB268;
}
.BgClassName
{
background-color: #6BB268;
}
</style>
border-color css
<style>
span { border-color: #6BB268; }
span { border-color: rgb(107,178,104); }
td.TdClassName
{
border-color: #6BB268;
}
.TagClassName
{
border-color: #6BB268;
}
</style>