Shades of Apple #67AA49
Tints of Apple #67AA49
RGB
CMYK
RGB Variations
Color information
#67AA49 (or 0x67AA49) is known color: Apple. HEX triplet: 67, AA and 49. RGB value is (103,170,73). Sum of RGB (Red+Green+Blue) = 103+170+73=346 (45% of max value = 765). Red value is 103 (40.62% from 255 or 29.77% from 346); Green value is 170 (66.80% from 255 or 49.13% from 346); Blue value is 73 (28.91% from 255 or 21.10% from 346); Max value from RGB is 170 - color contains mainly: green. Hex color #67AA49 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #67AA49 is #9855B6. Grayscale: #8B8B8B. Windows color (decimal): -9983415 or 4827751. OLE color: 4827751.
HSL color Cylindrical-coordinate representation of color #67AA49: hue angle of 101.44º degrees, saturation: 0.4, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #67AA49 is Cyan = 0.39, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 103 | 170 | 73 | - |
| CMYK | 0.39 | 0 | 0.57 | 0.33 |
| HSL | 101.44º | 0.4% | 0.48% | - |
| HSV(B) | 101.44º | 0.57% | 0.67% | - |
| XYZ | 21.17 | 32.11 | 11.39 | - |
| YUV | 138.91 | 90.8 | 102.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 170 | 73 | 0.39 | 0 | 0.57 | 0.33 | 101.44 | 0.4 | 0.48 |
| Hex | 67 | AA | 49 | 27 | 0 | 39 | 21 | 65 | 28 | 30 |
| Octal | 147 | 252 | 111 | 47 | 0 | 71 | 41 | 145 | 50 | 60 |
| Binary | 1100111 | 10101010 | 1001001 | 100111 | 0 | 111001 | 100001 | 1100101 | 101000 | 110000 |
Color Harmonies of #67AA49
Complementary color
Monochromatic Colors of #67AA49
Black with #67AA49
Text Example
Text Example
White with #67AA49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67AA49; }
p { color: rgb(103,170,73); }
H1.HeaderClassName
{
color: #67AA49;
}
.AnyTagClassName
{
color: #67AA49;
}
</style>
background-color css
<style>
a { background-color: #67AA49; }
a { background-color: rgb(103,170,73); }
div.DivClassName
{
background-color: #67AA49;
}
.BgClassName
{
background-color: #67AA49;
}
</style>
border-color css
<style>
span { border-color: #67AA49; }
span { border-color: rgb(103,170,73); }
td.TdClassName
{
border-color: #67AA49;
}
.TagClassName
{
border-color: #67AA49;
}
</style>