Shades of Apple #67A044
Tints of Apple #67A044
RGB
CMYK
RGB Variations
Color information
#67A044 (or 0x67A044) is known color: Apple. HEX triplet: 67, A0 and 44. RGB value is (103,160,68). Sum of RGB (Red+Green+Blue) = 103+160+68=331 (43% of max value = 765). Red value is 103 (40.62% from 255 or 31.12% from 331); Green value is 160 (62.89% from 255 or 48.34% from 331); Blue value is 68 (26.95% from 255 or 20.54% from 331); Max value from RGB is 160 - color contains mainly: green. Hex color #67A044 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #67A044 is #985FBB. Grayscale: #848484. Windows color (decimal): -9985980 or 4497511. OLE color: 4497511.
HSL color Cylindrical-coordinate representation of color #67A044: hue angle of 97.17º degrees, saturation: 0.4, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #67A044 is Cyan = 0.36, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 103 | 160 | 68 | - |
| CMYK | 0.36 | 0 | 0.57 | 0.37 |
| HSL | 97.17º | 0.4% | 0.45% | - |
| HSV(B) | 97.17º | 0.58% | 0.63% | - |
| XYZ | 19.21 | 28.44 | 9.95 | - |
| YUV | 132.47 | 91.62 | 106.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 160 | 68 | 0.36 | 0 | 0.57 | 0.37 | 97.17 | 0.4 | 0.45 |
| Hex | 67 | A0 | 44 | 24 | 0 | 39 | 25 | 61 | 28 | 2D |
| Octal | 147 | 240 | 104 | 44 | 0 | 71 | 45 | 141 | 50 | 55 |
| Binary | 1100111 | 10100000 | 1000100 | 100100 | 0 | 111001 | 100101 | 1100001 | 101000 | 101101 |
Color Harmonies of #67A044
Complementary color
Monochromatic Colors of #67A044
Black with #67A044
Text Example
Text Example
White with #67A044
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67A044; }
p { color: rgb(103,160,68); }
H1.HeaderClassName
{
color: #67A044;
}
.AnyTagClassName
{
color: #67A044;
}
</style>
background-color css
<style>
a { background-color: #67A044; }
a { background-color: rgb(103,160,68); }
div.DivClassName
{
background-color: #67A044;
}
.BgClassName
{
background-color: #67A044;
}
</style>
border-color css
<style>
span { border-color: #67A044; }
span { border-color: rgb(103,160,68); }
td.TdClassName
{
border-color: #67A044;
}
.TagClassName
{
border-color: #67A044;
}
</style>