Shades of Apple #67AA53
Tints of Apple #67AA53
RGB
CMYK
RGB Variations
Color information
#67AA53 (or 0x67AA53) is known color: Apple. HEX triplet: 67, AA and 53. RGB value is (103,170,83). Sum of RGB (Red+Green+Blue) = 103+170+83=356 (47% of max value = 765). Red value is 103 (40.62% from 255 or 28.93% from 356); Green value is 170 (66.80% from 255 or 47.75% from 356); Blue value is 83 (32.81% from 255 or 23.31% from 356); Max value from RGB is 170 - color contains mainly: green. Hex color #67AA53 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #67AA53 is #9855AC. Grayscale: #8C8C8C. Windows color (decimal): -9983405 or 5483111. OLE color: 5483111.
HSL color Cylindrical-coordinate representation of color #67AA53: hue angle of 106.21º degrees, saturation: 0.34, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #67AA53 is Cyan = 0.39, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 103 | 170 | 83 | - |
| CMYK | 0.39 | 0 | 0.51 | 0.33 |
| HSL | 106.21º | 0.34% | 0.5% | - |
| HSV(B) | 106.21º | 0.51% | 0.67% | - |
| XYZ | 21.53 | 32.26 | 13.28 | - |
| YUV | 140.05 | 95.8 | 101.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 170 | 83 | 0.39 | 0 | 0.51 | 0.33 | 106.21 | 0.34 | 0.5 |
| Hex | 67 | AA | 53 | 27 | 0 | 33 | 21 | 6A | 22 | 32 |
| Octal | 147 | 252 | 123 | 47 | 0 | 63 | 41 | 152 | 42 | 62 |
| Binary | 1100111 | 10101010 | 1010011 | 100111 | 0 | 110011 | 100001 | 1101010 | 100010 | 110010 |
Color Harmonies of #67AA53
Complementary color
Monochromatic Colors of #67AA53
Black with #67AA53
Text Example
Text Example
White with #67AA53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67AA53; }
p { color: rgb(103,170,83); }
H1.HeaderClassName
{
color: #67AA53;
}
.AnyTagClassName
{
color: #67AA53;
}
</style>
background-color css
<style>
a { background-color: #67AA53; }
a { background-color: rgb(103,170,83); }
div.DivClassName
{
background-color: #67AA53;
}
.BgClassName
{
background-color: #67AA53;
}
</style>
border-color css
<style>
span { border-color: #67AA53; }
span { border-color: rgb(103,170,83); }
td.TdClassName
{
border-color: #67AA53;
}
.TagClassName
{
border-color: #67AA53;
}
</style>