Shades of Fern #6CCA74
Tints of Fern #6CCA74
RGB
CMYK
RGB Variations
Color information
#6CCA74 (or 0x6CCA74) is known color: Fern. HEX triplet: 6C, CA and 74. RGB value is (108,202,116). Sum of RGB (Red+Green+Blue) = 108+202+116=426 (56% of max value = 765). Red value is 108 (42.58% from 255 or 25.35% from 426); Green value is 202 (79.30% from 255 or 47.42% from 426); Blue value is 116 (45.70% from 255 or 27.23% from 426); Max value from RGB is 202 - color contains mainly: green. Hex color #6CCA74 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6CCA74 is #93358B. Grayscale: #A4A4A4. Windows color (decimal): -9647500 or 7653996. OLE color: 7653996.
HSL color Cylindrical-coordinate representation of color #6CCA74: hue angle of 125.11º degrees, saturation: 0.47, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #6CCA74 is Cyan = 0.47, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 108 | 202 | 116 | - |
| CMYK | 0.47 | 0 | 0.43 | 0.21 |
| HSL | 125.11º | 0.47% | 0.61% | - |
| HSV(B) | 125.11º | 0.47% | 0.79% | - |
| XYZ | 30.46 | 46.69 | 23.93 | - |
| YUV | 164.09 | 100.86 | 87.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 202 | 116 | 0.47 | 0 | 0.43 | 0.21 | 125.11 | 0.47 | 0.61 |
| Hex | 6C | CA | 74 | 2F | 0 | 2B | 15 | 7D | 2F | 3D |
| Octal | 154 | 312 | 164 | 57 | 0 | 53 | 25 | 175 | 57 | 75 |
| Binary | 1101100 | 11001010 | 1110100 | 101111 | 0 | 101011 | 10101 | 1111101 | 101111 | 111101 |
Color Harmonies of #6CCA74
Complementary color
Monochromatic Colors of #6CCA74
Black with #6CCA74
Text Example
Text Example
White with #6CCA74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CCA74; }
p { color: rgb(108,202,116); }
H1.HeaderClassName
{
color: #6CCA74;
}
.AnyTagClassName
{
color: #6CCA74;
}
</style>
background-color css
<style>
a { background-color: #6CCA74; }
a { background-color: rgb(108,202,116); }
div.DivClassName
{
background-color: #6CCA74;
}
.BgClassName
{
background-color: #6CCA74;
}
</style>
border-color css
<style>
span { border-color: #6CCA74; }
span { border-color: rgb(108,202,116); }
td.TdClassName
{
border-color: #6CCA74;
}
.TagClassName
{
border-color: #6CCA74;
}
</style>