Shades of Fern #67AA73
Tints of Fern #67AA73
RGB
CMYK
RGB Variations
Color information
#67AA73 (or 0x67AA73) is known color: Fern. HEX triplet: 67, AA and 73. RGB value is (103,170,115). Sum of RGB (Red+Green+Blue) = 103+170+115=388 (51% of max value = 765). Red value is 103 (40.62% from 255 or 26.55% from 388); Green value is 170 (66.80% from 255 or 43.81% from 388); Blue value is 115 (45.31% from 255 or 29.64% from 388); Max value from RGB is 170 - color contains mainly: green. Hex color #67AA73 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #67AA73 is #98558C. Grayscale: #8F8F8F. Windows color (decimal): -9983373 or 7580263. OLE color: 7580263.
HSL color Cylindrical-coordinate representation of color #67AA73: hue angle of 130.75º 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 #67AA73 is Cyan = 0.39, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 103 | 170 | 115 | - |
| CMYK | 0.39 | 0 | 0.32 | 0.33 |
| HSL | 130.75º | 0.28% | 0.54% | - |
| HSV(B) | 130.75º | 0.39% | 0.67% | - |
| XYZ | 23.06 | 32.87 | 21.35 | - |
| YUV | 143.7 | 111.8 | 98.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 170 | 115 | 0.39 | 0 | 0.32 | 0.33 | 130.75 | 0.28 | 0.54 |
| Hex | 67 | AA | 73 | 27 | 0 | 20 | 21 | 83 | 1C | 36 |
| Octal | 147 | 252 | 163 | 47 | 0 | 40 | 41 | 203 | 34 | 66 |
| Binary | 1100111 | 10101010 | 1110011 | 100111 | 0 | 100000 | 100001 | 10000011 | 11100 | 110110 |
Color Harmonies of #67AA73
Complementary color
Monochromatic Colors of #67AA73
Black with #67AA73
Text Example
Text Example
White with #67AA73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67AA73; }
p { color: rgb(103,170,115); }
H1.HeaderClassName
{
color: #67AA73;
}
.AnyTagClassName
{
color: #67AA73;
}
</style>
background-color css
<style>
a { background-color: #67AA73; }
a { background-color: rgb(103,170,115); }
div.DivClassName
{
background-color: #67AA73;
}
.BgClassName
{
background-color: #67AA73;
}
</style>
border-color css
<style>
span { border-color: #67AA73; }
span { border-color: rgb(103,170,115); }
td.TdClassName
{
border-color: #67AA73;
}
.TagClassName
{
border-color: #67AA73;
}
</style>