Shades of Apple #67A747
Tints of Apple #67A747
RGB
CMYK
RGB Variations
Color information
#67A747 (or 0x67A747) is known color: Apple. HEX triplet: 67, A7 and 47. RGB value is (103,167,71). Sum of RGB (Red+Green+Blue) = 103+167+71=341 (45% of max value = 765). Red value is 103 (40.62% from 255 or 30.21% from 341); Green value is 167 (65.62% from 255 or 48.97% from 341); Blue value is 71 (28.12% from 255 or 20.82% from 341); Max value from RGB is 167 - color contains mainly: green. Hex color #67A747 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #67A747 is #9858B8. Grayscale: #898989. Windows color (decimal): -9984185 or 4695911. OLE color: 4695911.
HSL color Cylindrical-coordinate representation of color #67A747: hue angle of 100º degrees, saturation: 0.4, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #67A747 is Cyan = 0.38, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 103 | 167 | 71 | - |
| CMYK | 0.38 | 0 | 0.57 | 0.35 |
| HSL | 100º | 0.4% | 0.47% | - |
| HSV(B) | 100º | 0.57% | 0.65% | - |
| XYZ | 20.55 | 30.98 | 10.86 | - |
| YUV | 136.92 | 90.8 | 103.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 167 | 71 | 0.38 | 0 | 0.57 | 0.35 | 100 | 0.4 | 0.47 |
| Hex | 67 | A7 | 47 | 26 | 0 | 39 | 23 | 64 | 28 | 2F |
| Octal | 147 | 247 | 107 | 46 | 0 | 71 | 43 | 144 | 50 | 57 |
| Binary | 1100111 | 10100111 | 1000111 | 100110 | 0 | 111001 | 100011 | 1100100 | 101000 | 101111 |
Color Harmonies of #67A747
Complementary color
Monochromatic Colors of #67A747
Black with #67A747
Text Example
Text Example
White with #67A747
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67A747; }
p { color: rgb(103,167,71); }
H1.HeaderClassName
{
color: #67A747;
}
.AnyTagClassName
{
color: #67A747;
}
</style>
background-color css
<style>
a { background-color: #67A747; }
a { background-color: rgb(103,167,71); }
div.DivClassName
{
background-color: #67A747;
}
.BgClassName
{
background-color: #67A747;
}
</style>
border-color css
<style>
span { border-color: #67A747; }
span { border-color: rgb(103,167,71); }
td.TdClassName
{
border-color: #67A747;
}
.TagClassName
{
border-color: #67A747;
}
</style>