Shades of Apple #67AA42
Tints of Apple #67AA42
RGB
CMYK
RGB Variations
Color information
#67AA42 (or 0x67AA42) is known color: Apple. HEX triplet: 67, AA and 42. RGB value is (103,170,66). Sum of RGB (Red+Green+Blue) = 103+170+66=339 (44% of max value = 765). Red value is 103 (40.62% from 255 or 30.38% from 339); Green value is 170 (66.80% from 255 or 50.15% from 339); Blue value is 66 (26.17% from 255 or 19.47% from 339); Max value from RGB is 170 - color contains mainly: green. Hex color #67AA42 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #67AA42 is #9855BD. Grayscale: #8A8A8A. Windows color (decimal): -9983422 or 4368999. OLE color: 4368999.
HSL color Cylindrical-coordinate representation of color #67AA42: hue angle of 98.65º degrees, saturation: 0.44, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #67AA42 is Cyan = 0.39, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 103 | 170 | 66 | - |
| CMYK | 0.39 | 0 | 0.61 | 0.33 |
| HSL | 98.65º | 0.44% | 0.46% | - |
| HSV(B) | 98.65º | 0.61% | 0.67% | - |
| XYZ | 20.95 | 32.03 | 10.23 | - |
| YUV | 138.11 | 87.3 | 102.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 170 | 66 | 0.39 | 0 | 0.61 | 0.33 | 98.65 | 0.44 | 0.46 |
| Hex | 67 | AA | 42 | 27 | 0 | 3D | 21 | 63 | 2C | 2E |
| Octal | 147 | 252 | 102 | 47 | 0 | 75 | 41 | 143 | 54 | 56 |
| Binary | 1100111 | 10101010 | 1000010 | 100111 | 0 | 111101 | 100001 | 1100011 | 101100 | 101110 |
Color Harmonies of #67AA42
Complementary color
Monochromatic Colors of #67AA42
Black with #67AA42
Text Example
Text Example
White with #67AA42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67AA42; }
p { color: rgb(103,170,66); }
H1.HeaderClassName
{
color: #67AA42;
}
.AnyTagClassName
{
color: #67AA42;
}
</style>
background-color css
<style>
a { background-color: #67AA42; }
a { background-color: rgb(103,170,66); }
div.DivClassName
{
background-color: #67AA42;
}
.BgClassName
{
background-color: #67AA42;
}
</style>
border-color css
<style>
span { border-color: #67AA42; }
span { border-color: rgb(103,170,66); }
td.TdClassName
{
border-color: #67AA42;
}
.TagClassName
{
border-color: #67AA42;
}
</style>