Shades of Fern #67CC74
Tints of Fern #67CC74
RGB
CMYK
RGB Variations
Color information
#67CC74 (or 0x67CC74) is known color: Fern. HEX triplet: 67, CC and 74. RGB value is (103,204,116). Sum of RGB (Red+Green+Blue) = 103+204+116=423 (56% of max value = 765). Red value is 103 (40.62% from 255 or 24.35% from 423); Green value is 204 (80.08% from 255 or 48.23% from 423); Blue value is 116 (45.70% from 255 or 27.42% from 423); Max value from RGB is 204 - color contains mainly: green. Hex color #67CC74 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #67CC74 is #98338B. Grayscale: #A4A4A4. Windows color (decimal): -9974668 or 7654503. OLE color: 7654503.
HSL color Cylindrical-coordinate representation of color #67CC74: hue angle of 127.72º 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 #67CC74 is Cyan = 0.50, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 103 | 204 | 116 | - |
| CMYK | 0.50 | 0 | 0.43 | 0.2 |
| HSL | 127.72º | 0.5% | 0.6% | - |
| HSV(B) | 127.72º | 0.5% | 0.8% | - |
| XYZ | 30.34 | 47.33 | 24.06 | - |
| YUV | 163.77 | 101.04 | 84.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 204 | 116 | 0.50 | 0 | 0.43 | 0.2 | 127.72 | 0.5 | 0.6 |
| Hex | 67 | CC | 74 | 32 | 0 | 2B | 14 | 80 | 32 | 3C |
| Octal | 147 | 314 | 164 | 62 | 0 | 53 | 24 | 200 | 62 | 74 |
| Binary | 1100111 | 11001100 | 1110100 | 110010 | 0 | 101011 | 10100 | 10000000 | 110010 | 111100 |
Color Harmonies of #67CC74
Complementary color
Monochromatic Colors of #67CC74
Black with #67CC74
Text Example
Text Example
White with #67CC74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67CC74; }
p { color: rgb(103,204,116); }
H1.HeaderClassName
{
color: #67CC74;
}
.AnyTagClassName
{
color: #67CC74;
}
</style>
background-color css
<style>
a { background-color: #67CC74; }
a { background-color: rgb(103,204,116); }
div.DivClassName
{
background-color: #67CC74;
}
.BgClassName
{
background-color: #67CC74;
}
</style>
border-color css
<style>
span { border-color: #67CC74; }
span { border-color: rgb(103,204,116); }
td.TdClassName
{
border-color: #67CC74;
}
.TagClassName
{
border-color: #67CC74;
}
</style>