Shades of Apple #67A949
Tints of Apple #67A949
RGB
CMYK
RGB Variations
Color information
#67A949 (or 0x67A949) is known color: Apple. HEX triplet: 67, A9 and 49. RGB value is (103,169,73). Sum of RGB (Red+Green+Blue) = 103+169+73=345 (45% of max value = 765). Red value is 103 (40.62% from 255 or 29.86% from 345); Green value is 169 (66.41% from 255 or 48.99% from 345); Blue value is 73 (28.91% from 255 or 21.16% from 345); Max value from RGB is 169 - color contains mainly: green. Hex color #67A949 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #67A949 is #9856B6. Grayscale: #8A8A8A. Windows color (decimal): -9983671 or 4827495. OLE color: 4827495.
HSL color Cylindrical-coordinate representation of color #67A949: hue angle of 101.25º degrees, saturation: 0.4, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #67A949 is Cyan = 0.39, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 103 | 169 | 73 | - |
| CMYK | 0.39 | 0 | 0.57 | 0.34 |
| HSL | 101.25º | 0.4% | 0.47% | - |
| HSV(B) | 101.25º | 0.57% | 0.66% | - |
| XYZ | 20.98 | 31.74 | 11.32 | - |
| YUV | 138.32 | 91.13 | 102.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 169 | 73 | 0.39 | 0 | 0.57 | 0.34 | 101.25 | 0.4 | 0.47 |
| Hex | 67 | A9 | 49 | 27 | 0 | 39 | 22 | 65 | 28 | 2F |
| Octal | 147 | 251 | 111 | 47 | 0 | 71 | 42 | 145 | 50 | 57 |
| Binary | 1100111 | 10101001 | 1001001 | 100111 | 0 | 111001 | 100010 | 1100101 | 101000 | 101111 |
Color Harmonies of #67A949
Complementary color
Monochromatic Colors of #67A949
Black with #67A949
Text Example
Text Example
White with #67A949
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67A949; }
p { color: rgb(103,169,73); }
H1.HeaderClassName
{
color: #67A949;
}
.AnyTagClassName
{
color: #67A949;
}
</style>
background-color css
<style>
a { background-color: #67A949; }
a { background-color: rgb(103,169,73); }
div.DivClassName
{
background-color: #67A949;
}
.BgClassName
{
background-color: #67A949;
}
</style>
border-color css
<style>
span { border-color: #67A949; }
span { border-color: rgb(103,169,73); }
td.TdClassName
{
border-color: #67A949;
}
.TagClassName
{
border-color: #67A949;
}
</style>