Shades of Fern #6CB765
Tints of Fern #6CB765
RGB
CMYK
RGB Variations
Color information
#6CB765 (or 0x6CB765) is known color: Fern. HEX triplet: 6C, B7 and 65. RGB value is (108,183,101). Sum of RGB (Red+Green+Blue) = 108+183+101=392 (51% of max value = 765). Red value is 108 (42.58% from 255 or 27.55% from 392); Green value is 183 (71.88% from 255 or 46.68% from 392); Blue value is 101 (39.84% from 255 or 25.77% from 392); Max value from RGB is 183 - color contains mainly: green. Hex color #6CB765 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6CB765 is #93489A. Grayscale: #979797. Windows color (decimal): -9652379 or 6666092. OLE color: 6666092.
HSL color Cylindrical-coordinate representation of color #6CB765: hue angle of 114.88º degrees, saturation: 0.36, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #6CB765 is Cyan = 0.41, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 108 | 183 | 101 | - |
| CMYK | 0.41 | 0 | 0.45 | 0.28 |
| HSL | 114.88º | 0.36% | 0.56% | - |
| HSV(B) | 114.88º | 0.45% | 0.72% | - |
| XYZ | 25.47 | 37.99 | 18.3 | - |
| YUV | 151.23 | 99.65 | 97.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 183 | 101 | 0.41 | 0 | 0.45 | 0.28 | 114.88 | 0.36 | 0.56 |
| Hex | 6C | B7 | 65 | 29 | 0 | 2D | 1C | 73 | 24 | 38 |
| Octal | 154 | 267 | 145 | 51 | 0 | 55 | 34 | 163 | 44 | 70 |
| Binary | 1101100 | 10110111 | 1100101 | 101001 | 0 | 101101 | 11100 | 1110011 | 100100 | 111000 |
Color Harmonies of #6CB765
Complementary color
Monochromatic Colors of #6CB765
Black with #6CB765
Text Example
Text Example
White with #6CB765
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CB765; }
p { color: rgb(108,183,101); }
H1.HeaderClassName
{
color: #6CB765;
}
.AnyTagClassName
{
color: #6CB765;
}
</style>
background-color css
<style>
a { background-color: #6CB765; }
a { background-color: rgb(108,183,101); }
div.DivClassName
{
background-color: #6CB765;
}
.BgClassName
{
background-color: #6CB765;
}
</style>
border-color css
<style>
span { border-color: #6CB765; }
span { border-color: rgb(108,183,101); }
td.TdClassName
{
border-color: #6CB765;
}
.TagClassName
{
border-color: #6CB765;
}
</style>