Shades of Fern #67CC68
Tints of Fern #67CC68
RGB
CMYK
RGB Variations
Color information
#67CC68 (or 0x67CC68) is known color: Fern. HEX triplet: 67, CC and 68. RGB value is (103,204,104). Sum of RGB (Red+Green+Blue) = 103+204+104=411 (54% of max value = 765). Red value is 103 (40.62% from 255 or 25.06% from 411); Green value is 204 (80.08% from 255 or 49.64% from 411); Blue value is 104 (41.02% from 255 or 25.30% from 411); Max value from RGB is 204 - color contains mainly: green. Hex color #67CC68 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #67CC68 is #983397. Grayscale: #A2A2A2. Windows color (decimal): -9974680 or 6868071. OLE color: 6868071.
HSL color Cylindrical-coordinate representation of color #67CC68: hue angle of 120.59º 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 #67CC68 is Cyan = 0.50, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 103 | 204 | 104 | - |
| CMYK | 0.50 | 0 | 0.49 | 0.2 |
| HSL | 120.59º | 0.5% | 0.6% | - |
| HSV(B) | 120.59º | 0.5% | 0.8% | - |
| XYZ | 29.69 | 47.07 | 20.62 | - |
| YUV | 162.4 | 95.04 | 85.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 204 | 104 | 0.50 | 0 | 0.49 | 0.2 | 120.59 | 0.5 | 0.6 |
| Hex | 67 | CC | 68 | 32 | 0 | 31 | 14 | 79 | 32 | 3C |
| Octal | 147 | 314 | 150 | 62 | 0 | 61 | 24 | 171 | 62 | 74 |
| Binary | 1100111 | 11001100 | 1101000 | 110010 | 0 | 110001 | 10100 | 1111001 | 110010 | 111100 |
Color Harmonies of #67CC68
Complementary color
Monochromatic Colors of #67CC68
Black with #67CC68
Text Example
Text Example
White with #67CC68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67CC68; }
p { color: rgb(103,204,104); }
H1.HeaderClassName
{
color: #67CC68;
}
.AnyTagClassName
{
color: #67CC68;
}
</style>
background-color css
<style>
a { background-color: #67CC68; }
a { background-color: rgb(103,204,104); }
div.DivClassName
{
background-color: #67CC68;
}
.BgClassName
{
background-color: #67CC68;
}
</style>
border-color css
<style>
span { border-color: #67CC68; }
span { border-color: rgb(103,204,104); }
td.TdClassName
{
border-color: #67CC68;
}
.TagClassName
{
border-color: #67CC68;
}
</style>