Shades of Fern #6CB264
Tints of Fern #6CB264
RGB
CMYK
RGB Variations
Color information
#6CB264 (or 0x6CB264) is known color: Fern. HEX triplet: 6C, B2 and 64. RGB value is (108,178,100). Sum of RGB (Red+Green+Blue) = 108+178+100=386 (51% of max value = 765). Red value is 108 (42.58% from 255 or 27.98% from 386); Green value is 178 (69.92% from 255 or 46.11% from 386); Blue value is 100 (39.45% from 255 or 25.91% from 386); Max value from RGB is 178 - color contains mainly: green. Hex color #6CB264 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6CB264 is #934D9B. Grayscale: #949494. Windows color (decimal): -9653660 or 6599276. OLE color: 6599276.
HSL color Cylindrical-coordinate representation of color #6CB264: hue angle of 113.85º degrees, saturation: 0.34, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #6CB264 is Cyan = 0.39, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 108 | 178 | 100 | - |
| CMYK | 0.39 | 0 | 0.44 | 0.30 |
| HSL | 113.85º | 0.34% | 0.55% | - |
| HSV(B) | 113.85º | 0.44% | 0.7% | - |
| XYZ | 24.4 | 35.95 | 17.71 | - |
| YUV | 148.18 | 100.81 | 99.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 178 | 100 | 0.39 | 0 | 0.44 | 0.30 | 113.85 | 0.34 | 0.55 |
| Hex | 6C | B2 | 64 | 27 | 0 | 2C | 1E | 72 | 22 | 37 |
| Octal | 154 | 262 | 144 | 47 | 0 | 54 | 36 | 162 | 42 | 67 |
| Binary | 1101100 | 10110010 | 1100100 | 100111 | 0 | 101100 | 11110 | 1110010 | 100010 | 110111 |
Color Harmonies of #6CB264
Complementary color
Monochromatic Colors of #6CB264
Black with #6CB264
Text Example
Text Example
White with #6CB264
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CB264; }
p { color: rgb(108,178,100); }
H1.HeaderClassName
{
color: #6CB264;
}
.AnyTagClassName
{
color: #6CB264;
}
</style>
background-color css
<style>
a { background-color: #6CB264; }
a { background-color: rgb(108,178,100); }
div.DivClassName
{
background-color: #6CB264;
}
.BgClassName
{
background-color: #6CB264;
}
</style>
border-color css
<style>
span { border-color: #6CB264; }
span { border-color: rgb(108,178,100); }
td.TdClassName
{
border-color: #6CB264;
}
.TagClassName
{
border-color: #6CB264;
}
</style>