Shades of Fern #67A269
Tints of Fern #67A269
RGB
CMYK
RGB Variations
Color information
#67A269 (or 0x67A269) is known color: Fern. HEX triplet: 67, A2 and 69. RGB value is (103,162,105). Sum of RGB (Red+Green+Blue) = 103+162+105=370 (49% of max value = 765). Red value is 103 (40.62% from 255 or 27.84% from 370); Green value is 162 (63.67% from 255 or 43.78% from 370); Blue value is 105 (41.41% from 255 or 28.38% from 370); Max value from RGB is 162 - color contains mainly: green. Hex color #67A269 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #67A269 is #985D96. Grayscale: #8A8A8A. Windows color (decimal): -9985431 or 6922855. OLE color: 6922855.
HSL color Cylindrical-coordinate representation of color #67A269: hue angle of 122.03º 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 #67A269 is Cyan = 0.36, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 103 | 162 | 105 | - |
| CMYK | 0.36 | 0 | 0.35 | 0.36 |
| HSL | 122.03º | 0.24% | 0.52% | - |
| HSV(B) | 122.03º | 0.36% | 0.64% | - |
| XYZ | 21.06 | 29.74 | 18 | - |
| YUV | 137.86 | 109.45 | 103.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 162 | 105 | 0.36 | 0 | 0.35 | 0.36 | 122.03 | 0.24 | 0.52 |
| Hex | 67 | A2 | 69 | 24 | 0 | 23 | 24 | 7A | 18 | 34 |
| Octal | 147 | 242 | 151 | 44 | 0 | 43 | 44 | 172 | 30 | 64 |
| Binary | 1100111 | 10100010 | 1101001 | 100100 | 0 | 100011 | 100100 | 1111010 | 11000 | 110100 |
Color Harmonies of #67A269
Complementary color
Monochromatic Colors of #67A269
Black with #67A269
Text Example
Text Example
White with #67A269
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67A269; }
p { color: rgb(103,162,105); }
H1.HeaderClassName
{
color: #67A269;
}
.AnyTagClassName
{
color: #67A269;
}
</style>
background-color css
<style>
a { background-color: #67A269; }
a { background-color: rgb(103,162,105); }
div.DivClassName
{
background-color: #67A269;
}
.BgClassName
{
background-color: #67A269;
}
</style>
border-color css
<style>
span { border-color: #67A269; }
span { border-color: rgb(103,162,105); }
td.TdClassName
{
border-color: #67A269;
}
.TagClassName
{
border-color: #67A269;
}
</style>