Shades of Apple #67A349
Tints of Apple #67A349
RGB
CMYK
RGB Variations
Color information
#67A349 (or 0x67A349) is known color: Apple. HEX triplet: 67, A3 and 49. RGB value is (103,163,73). Sum of RGB (Red+Green+Blue) = 103+163+73=339 (44% of max value = 765). Red value is 103 (40.62% from 255 or 30.38% from 339); Green value is 163 (64.06% from 255 or 48.08% from 339); Blue value is 73 (28.91% from 255 or 21.53% from 339); Max value from RGB is 163 - color contains mainly: green. Hex color #67A349 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #67A349 is #985CB6. Grayscale: #878787. Windows color (decimal): -9985207 or 4825959. OLE color: 4825959.
HSL color Cylindrical-coordinate representation of color #67A349: hue angle of 100º degrees, saturation: 0.38, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #67A349 is Cyan = 0.37, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 103 | 163 | 73 | - |
| CMYK | 0.37 | 0 | 0.55 | 0.36 |
| HSL | 100º | 0.38% | 0.46% | - |
| HSV(B) | 100º | 0.55% | 0.64% | - |
| XYZ | 19.89 | 29.56 | 10.96 | - |
| YUV | 134.8 | 93.12 | 105.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 163 | 73 | 0.37 | 0 | 0.55 | 0.36 | 100 | 0.38 | 0.46 |
| Hex | 67 | A3 | 49 | 25 | 0 | 37 | 24 | 64 | 26 | 2E |
| Octal | 147 | 243 | 111 | 45 | 0 | 67 | 44 | 144 | 46 | 56 |
| Binary | 1100111 | 10100011 | 1001001 | 100101 | 0 | 110111 | 100100 | 1100100 | 100110 | 101110 |
Color Harmonies of #67A349
Complementary color
Monochromatic Colors of #67A349
Black with #67A349
Text Example
Text Example
White with #67A349
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67A349; }
p { color: rgb(103,163,73); }
H1.HeaderClassName
{
color: #67A349;
}
.AnyTagClassName
{
color: #67A349;
}
</style>
background-color css
<style>
a { background-color: #67A349; }
a { background-color: rgb(103,163,73); }
div.DivClassName
{
background-color: #67A349;
}
.BgClassName
{
background-color: #67A349;
}
</style>
border-color css
<style>
span { border-color: #67A349; }
span { border-color: rgb(103,163,73); }
td.TdClassName
{
border-color: #67A349;
}
.TagClassName
{
border-color: #67A349;
}
</style>