Shades of Fern #67AA6B
Tints of Fern #67AA6B
RGB
CMYK
RGB Variations
Color information
#67AA6B (or 0x67AA6B) is known color: Fern. HEX triplet: 67, AA and 6B. RGB value is (103,170,107). Sum of RGB (Red+Green+Blue) = 103+170+107=380 (50% of max value = 765). Red value is 103 (40.62% from 255 or 27.11% from 380); Green value is 170 (66.80% from 255 or 44.74% from 380); Blue value is 107 (42.19% from 255 or 28.16% from 380); Max value from RGB is 170 - color contains mainly: green. Hex color #67AA6B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #67AA6B is #985594. Grayscale: #8E8E8E. Windows color (decimal): -9983381 or 7055975. OLE color: 7055975.
HSL color Cylindrical-coordinate representation of color #67AA6B: hue angle of 123.58º degrees, saturation: 0.28, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #67AA6B is Cyan = 0.39, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 103 | 170 | 107 | - |
| CMYK | 0.39 | 0 | 0.37 | 0.33 |
| HSL | 123.58º | 0.28% | 0.54% | - |
| HSV(B) | 123.58º | 0.39% | 0.67% | - |
| XYZ | 22.62 | 32.69 | 19.03 | - |
| YUV | 142.79 | 107.8 | 99.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 170 | 107 | 0.39 | 0 | 0.37 | 0.33 | 123.58 | 0.28 | 0.54 |
| Hex | 67 | AA | 6B | 27 | 0 | 25 | 21 | 7C | 1C | 36 |
| Octal | 147 | 252 | 153 | 47 | 0 | 45 | 41 | 174 | 34 | 66 |
| Binary | 1100111 | 10101010 | 1101011 | 100111 | 0 | 100101 | 100001 | 1111100 | 11100 | 110110 |
Color Harmonies of #67AA6B
Complementary color
Monochromatic Colors of #67AA6B
Black with #67AA6B
Text Example
Text Example
White with #67AA6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67AA6B; }
p { color: rgb(103,170,107); }
H1.HeaderClassName
{
color: #67AA6B;
}
.AnyTagClassName
{
color: #67AA6B;
}
</style>
background-color css
<style>
a { background-color: #67AA6B; }
a { background-color: rgb(103,170,107); }
div.DivClassName
{
background-color: #67AA6B;
}
.BgClassName
{
background-color: #67AA6B;
}
</style>
border-color css
<style>
span { border-color: #67AA6B; }
span { border-color: rgb(103,170,107); }
td.TdClassName
{
border-color: #67AA6B;
}
.TagClassName
{
border-color: #67AA6B;
}
</style>