Shades of Apple #67A141
Tints of Apple #67A141
RGB
CMYK
RGB Variations
Color information
#67A141 (or 0x67A141) is known color: Apple. HEX triplet: 67, A1 and 41. RGB value is (103,161,65). Sum of RGB (Red+Green+Blue) = 103+161+65=329 (43% of max value = 765). Red value is 103 (40.62% from 255 or 31.31% from 329); Green value is 161 (63.28% from 255 or 48.94% from 329); Blue value is 65 (25.78% from 255 or 19.76% from 329); Max value from RGB is 161 - color contains mainly: green. Hex color #67A141 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #67A141 is #985EBE. Grayscale: #858585. Windows color (decimal): -9985727 or 4301159. OLE color: 4301159.
HSL color Cylindrical-coordinate representation of color #67A141: hue angle of 96.25º degrees, saturation: 0.42, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #67A141 is Cyan = 0.36, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 103 | 161 | 65 | - |
| CMYK | 0.36 | 0 | 0.60 | 0.37 |
| HSL | 96.25º | 0.42% | 0.44% | - |
| HSV(B) | 96.25º | 0.6% | 0.63% | - |
| XYZ | 19.29 | 28.75 | 9.53 | - |
| YUV | 132.71 | 89.78 | 106.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 161 | 65 | 0.36 | 0 | 0.60 | 0.37 | 96.25 | 0.42 | 0.44 |
| Hex | 67 | A1 | 41 | 24 | 0 | 3C | 25 | 60 | 2A | 2C |
| Octal | 147 | 241 | 101 | 44 | 0 | 74 | 45 | 140 | 52 | 54 |
| Binary | 1100111 | 10100001 | 1000001 | 100100 | 0 | 111100 | 100101 | 1100000 | 101010 | 101100 |
Color Harmonies of #67A141
Complementary color
Monochromatic Colors of #67A141
Black with #67A141
Text Example
Text Example
White with #67A141
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67A141; }
p { color: rgb(103,161,65); }
H1.HeaderClassName
{
color: #67A141;
}
.AnyTagClassName
{
color: #67A141;
}
</style>
background-color css
<style>
a { background-color: #67A141; }
a { background-color: rgb(103,161,65); }
div.DivClassName
{
background-color: #67A141;
}
.BgClassName
{
background-color: #67A141;
}
</style>
border-color css
<style>
span { border-color: #67A141; }
span { border-color: rgb(103,161,65); }
td.TdClassName
{
border-color: #67A141;
}
.TagClassName
{
border-color: #67A141;
}
</style>