Shades of Apple #67AC42
Tints of Apple #67AC42
RGB
CMYK
RGB Variations
Color information
#67AC42 (or 0x67AC42) is known color: Apple. HEX triplet: 67, AC and 42. RGB value is (103,172,66). Sum of RGB (Red+Green+Blue) = 103+172+66=341 (45% of max value = 765). Red value is 103 (40.62% from 255 or 30.21% from 341); Green value is 172 (67.58% from 255 or 50.44% from 341); Blue value is 66 (26.17% from 255 or 19.35% from 341); Max value from RGB is 172 - color contains mainly: green. Hex color #67AC42 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #67AC42 is #9853BD. Grayscale: #8B8B8B. Windows color (decimal): -9982910 or 4369511. OLE color: 4369511.
HSL color Cylindrical-coordinate representation of color #67AC42: hue angle of 99.06º degrees, saturation: 0.45, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #67AC42 is Cyan = 0.40, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 103 | 172 | 66 | - |
| CMYK | 0.40 | 0 | 0.62 | 0.33 |
| HSL | 99.06º | 0.45% | 0.47% | - |
| HSV(B) | 99.06º | 0.62% | 0.67% | - |
| XYZ | 21.33 | 32.78 | 10.36 | - |
| YUV | 139.29 | 86.64 | 102.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 172 | 66 | 0.40 | 0 | 0.62 | 0.33 | 99.06 | 0.45 | 0.47 |
| Hex | 67 | AC | 42 | 28 | 0 | 3E | 21 | 63 | 2D | 2F |
| Octal | 147 | 254 | 102 | 50 | 0 | 76 | 41 | 143 | 55 | 57 |
| Binary | 1100111 | 10101100 | 1000010 | 101000 | 0 | 111110 | 100001 | 1100011 | 101101 | 101111 |
Color Harmonies of #67AC42
Complementary color
Monochromatic Colors of #67AC42
Black with #67AC42
Text Example
Text Example
White with #67AC42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67AC42; }
p { color: rgb(103,172,66); }
H1.HeaderClassName
{
color: #67AC42;
}
.AnyTagClassName
{
color: #67AC42;
}
</style>
background-color css
<style>
a { background-color: #67AC42; }
a { background-color: rgb(103,172,66); }
div.DivClassName
{
background-color: #67AC42;
}
.BgClassName
{
background-color: #67AC42;
}
</style>
border-color css
<style>
span { border-color: #67AC42; }
span { border-color: rgb(103,172,66); }
td.TdClassName
{
border-color: #67AC42;
}
.TagClassName
{
border-color: #67AC42;
}
</style>