Shades of Fern #6BCB65
Tints of Fern #6BCB65
RGB
CMYK
RGB Variations
Color information
#6BCB65 (or 0x6BCB65) is known color: Fern. HEX triplet: 6B, CB and 65. RGB value is (107,203,101). Sum of RGB (Red+Green+Blue) = 107+203+101=411 (54% of max value = 765). Red value is 107 (42.19% from 255 or 26.03% from 411); Green value is 203 (79.69% from 255 or 49.39% from 411); Blue value is 101 (39.84% from 255 or 24.57% from 411); Max value from RGB is 203 - color contains mainly: green. Hex color #6BCB65 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6BCB65 is #94349A. Grayscale: #A2A2A2. Windows color (decimal): -9712795 or 6671211. OLE color: 6671211.
HSL color Cylindrical-coordinate representation of color #6BCB65: hue angle of 116.47º degrees, saturation: 0.5, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6BCB65 is Cyan = 0.47, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 107 | 203 | 101 | - |
| CMYK | 0.47 | 0 | 0.50 | 0.20 |
| HSL | 116.47º | 0.5% | 0.6% | - |
| HSV(B) | 116.47º | 0.5% | 0.8% | - |
| XYZ | 29.77 | 46.78 | 19.77 | - |
| YUV | 162.67 | 93.2 | 88.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 203 | 101 | 0.47 | 0 | 0.50 | 0.20 | 116.47 | 0.5 | 0.6 |
| Hex | 6B | CB | 65 | 2F | 0 | 32 | 14 | 74 | 32 | 3C |
| Octal | 153 | 313 | 145 | 57 | 0 | 62 | 24 | 164 | 62 | 74 |
| Binary | 1101011 | 11001011 | 1100101 | 101111 | 0 | 110010 | 10100 | 1110100 | 110010 | 111100 |
Color Harmonies of #6BCB65
Complementary color
Monochromatic Colors of #6BCB65
Black with #6BCB65
Text Example
Text Example
White with #6BCB65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BCB65; }
p { color: rgb(107,203,101); }
H1.HeaderClassName
{
color: #6BCB65;
}
.AnyTagClassName
{
color: #6BCB65;
}
</style>
background-color css
<style>
a { background-color: #6BCB65; }
a { background-color: rgb(107,203,101); }
div.DivClassName
{
background-color: #6BCB65;
}
.BgClassName
{
background-color: #6BCB65;
}
</style>
border-color css
<style>
span { border-color: #6BCB65; }
span { border-color: rgb(107,203,101); }
td.TdClassName
{
border-color: #6BCB65;
}
.TagClassName
{
border-color: #6BCB65;
}
</style>