Shades of Fern #67A268
Tints of Fern #67A268
RGB
CMYK
RGB Variations
Color information
#67A268 (or 0x67A268) is known color: Fern. HEX triplet: 67, A2 and 68. RGB value is (103,162,104). Sum of RGB (Red+Green+Blue) = 103+162+104=369 (48% of max value = 765). Red value is 103 (40.62% from 255 or 27.91% from 369); Green value is 162 (63.67% from 255 or 43.90% from 369); Blue value is 104 (41.02% from 255 or 28.18% from 369); Max value from RGB is 162 - color contains mainly: green. Hex color #67A268 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #67A268 is #985D97. Grayscale: #898989. Windows color (decimal): -9985432 or 6857319. OLE color: 6857319.
HSL color Cylindrical-coordinate representation of color #67A268: hue angle of 121.02º degrees, saturation: 0.24, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #67A268 is Cyan = 0.36, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 103 | 162 | 104 | - |
| CMYK | 0.36 | 0 | 0.36 | 0.36 |
| HSL | 121.02º | 0.24% | 0.52% | - |
| HSV(B) | 121.02º | 0.36% | 0.64% | - |
| XYZ | 21.01 | 29.72 | 17.73 | - |
| YUV | 137.75 | 108.95 | 103.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 162 | 104 | 0.36 | 0 | 0.36 | 0.36 | 121.02 | 0.24 | 0.52 |
| Hex | 67 | A2 | 68 | 24 | 0 | 24 | 24 | 79 | 18 | 34 |
| Octal | 147 | 242 | 150 | 44 | 0 | 44 | 44 | 171 | 30 | 64 |
| Binary | 1100111 | 10100010 | 1101000 | 100100 | 0 | 100100 | 100100 | 1111001 | 11000 | 110100 |
Color Harmonies of #67A268
Complementary color
Monochromatic Colors of #67A268
Black with #67A268
Text Example
Text Example
White with #67A268
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67A268; }
p { color: rgb(103,162,104); }
H1.HeaderClassName
{
color: #67A268;
}
.AnyTagClassName
{
color: #67A268;
}
</style>
background-color css
<style>
a { background-color: #67A268; }
a { background-color: rgb(103,162,104); }
div.DivClassName
{
background-color: #67A268;
}
.BgClassName
{
background-color: #67A268;
}
</style>
border-color css
<style>
span { border-color: #67A268; }
span { border-color: rgb(103,162,104); }
td.TdClassName
{
border-color: #67A268;
}
.TagClassName
{
border-color: #67A268;
}
</style>