Shades of Apple #67A14A
Tints of Apple #67A14A
RGB
CMYK
RGB Variations
Color information
#67A14A (or 0x67A14A) is known color: Apple. HEX triplet: 67, A1 and 4A. RGB value is (103,161,74). Sum of RGB (Red+Green+Blue) = 103+161+74=338 (44% of max value = 765). Red value is 103 (40.62% from 255 or 30.47% from 338); Green value is 161 (63.28% from 255 or 47.63% from 338); Blue value is 74 (29.30% from 255 or 21.89% from 338); Max value from RGB is 161 - color contains mainly: green. Hex color #67A14A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #67A14A is #985EB5. Grayscale: #868686. Windows color (decimal): -9985718 or 4890983. OLE color: 4890983.
HSL color Cylindrical-coordinate representation of color #67A14A: hue angle of 100º degrees, saturation: 0.37, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #67A14A is Cyan = 0.36, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 103 | 161 | 74 | - |
| CMYK | 0.36 | 0 | 0.54 | 0.37 |
| HSL | 100º | 0.37% | 0.46% | - |
| HSV(B) | 100º | 0.54% | 0.63% | - |
| XYZ | 19.57 | 28.87 | 11.02 | - |
| YUV | 133.74 | 94.28 | 106.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 161 | 74 | 0.36 | 0 | 0.54 | 0.37 | 100 | 0.37 | 0.46 |
| Hex | 67 | A1 | 4A | 24 | 0 | 36 | 25 | 64 | 25 | 2E |
| Octal | 147 | 241 | 112 | 44 | 0 | 66 | 45 | 144 | 45 | 56 |
| Binary | 1100111 | 10100001 | 1001010 | 100100 | 0 | 110110 | 100101 | 1100100 | 100101 | 101110 |
Color Harmonies of #67A14A
Complementary color
Monochromatic Colors of #67A14A
Black with #67A14A
Text Example
Text Example
White with #67A14A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67A14A; }
p { color: rgb(103,161,74); }
H1.HeaderClassName
{
color: #67A14A;
}
.AnyTagClassName
{
color: #67A14A;
}
</style>
background-color css
<style>
a { background-color: #67A14A; }
a { background-color: rgb(103,161,74); }
div.DivClassName
{
background-color: #67A14A;
}
.BgClassName
{
background-color: #67A14A;
}
</style>
border-color css
<style>
span { border-color: #67A14A; }
span { border-color: rgb(103,161,74); }
td.TdClassName
{
border-color: #67A14A;
}
.TagClassName
{
border-color: #67A14A;
}
</style>