Shades of Fern #6CAF6A
Tints of Fern #6CAF6A
RGB
CMYK
RGB Variations
Color information
#6CAF6A (or 0x6CAF6A) is known color: Fern. HEX triplet: 6C, AF and 6A. RGB value is (108,175,106). Sum of RGB (Red+Green+Blue) = 108+175+106=389 (51% of max value = 765). Red value is 108 (42.58% from 255 or 27.76% from 389); Green value is 175 (68.75% from 255 or 44.99% from 389); Blue value is 106 (41.80% from 255 or 27.25% from 389); Max value from RGB is 175 - color contains mainly: green. Hex color #6CAF6A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6CAF6A is #935095. Grayscale: #939393. Windows color (decimal): -9654422 or 6991724. OLE color: 6991724.
HSL color Cylindrical-coordinate representation of color #6CAF6A: hue angle of 118.26º degrees, saturation: 0.3, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #6CAF6A is Cyan = 0.38, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 108 | 175 | 106 | - |
| CMYK | 0.38 | 0 | 0.39 | 0.31 |
| HSL | 118.26º | 0.3% | 0.55% | - |
| HSV(B) | 118.26º | 0.39% | 0.69% | - |
| XYZ | 24.12 | 34.89 | 19.1 | - |
| YUV | 147.1 | 104.8 | 100.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 175 | 106 | 0.38 | 0 | 0.39 | 0.31 | 118.26 | 0.3 | 0.55 |
| Hex | 6C | AF | 6A | 26 | 0 | 27 | 1F | 76 | 1E | 37 |
| Octal | 154 | 257 | 152 | 46 | 0 | 47 | 37 | 166 | 36 | 67 |
| Binary | 1101100 | 10101111 | 1101010 | 100110 | 0 | 100111 | 11111 | 1110110 | 11110 | 110111 |
Color Harmonies of #6CAF6A
Complementary color
Monochromatic Colors of #6CAF6A
Black with #6CAF6A
Text Example
Text Example
White with #6CAF6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CAF6A; }
p { color: rgb(108,175,106); }
H1.HeaderClassName
{
color: #6CAF6A;
}
.AnyTagClassName
{
color: #6CAF6A;
}
</style>
background-color css
<style>
a { background-color: #6CAF6A; }
a { background-color: rgb(108,175,106); }
div.DivClassName
{
background-color: #6CAF6A;
}
.BgClassName
{
background-color: #6CAF6A;
}
</style>
border-color css
<style>
span { border-color: #6CAF6A; }
span { border-color: rgb(108,175,106); }
td.TdClassName
{
border-color: #6CAF6A;
}
.TagClassName
{
border-color: #6CAF6A;
}
</style>