Shades of Apple #67AF55
Tints of Apple #67AF55
RGB
CMYK
RGB Variations
Color information
#67AF55 (or 0x67AF55) is known color: Apple. HEX triplet: 67, AF and 55. RGB value is (103,175,85). Sum of RGB (Red+Green+Blue) = 103+175+85=363 (48% of max value = 765). Red value is 103 (40.62% from 255 or 28.37% from 363); Green value is 175 (68.75% from 255 or 48.21% from 363); Blue value is 85 (33.59% from 255 or 23.42% from 363); Max value from RGB is 175 - color contains mainly: green. Hex color #67AF55 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #67AF55 is #9850AA. Grayscale: #8F8F8F. Windows color (decimal): -9982123 or 5615463. OLE color: 5615463.
HSL color Cylindrical-coordinate representation of color #67AF55: hue angle of 108º degrees, saturation: 0.36, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #67AF55 is Cyan = 0.41, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 103 | 175 | 85 | - |
| CMYK | 0.41 | 0 | 0.51 | 0.31 |
| HSL | 108º | 0.36% | 0.51% | - |
| HSV(B) | 108º | 0.51% | 0.69% | - |
| XYZ | 22.56 | 34.2 | 14.01 | - |
| YUV | 143.21 | 95.15 | 99.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 175 | 85 | 0.41 | 0 | 0.51 | 0.31 | 108 | 0.36 | 0.51 |
| Hex | 67 | AF | 55 | 29 | 0 | 33 | 1F | 6C | 24 | 33 |
| Octal | 147 | 257 | 125 | 51 | 0 | 63 | 37 | 154 | 44 | 63 |
| Binary | 1100111 | 10101111 | 1010101 | 101001 | 0 | 110011 | 11111 | 1101100 | 100100 | 110011 |
Color Harmonies of #67AF55
Complementary color
Monochromatic Colors of #67AF55
Black with #67AF55
Text Example
Text Example
White with #67AF55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67AF55; }
p { color: rgb(103,175,85); }
H1.HeaderClassName
{
color: #67AF55;
}
.AnyTagClassName
{
color: #67AF55;
}
</style>
background-color css
<style>
a { background-color: #67AF55; }
a { background-color: rgb(103,175,85); }
div.DivClassName
{
background-color: #67AF55;
}
.BgClassName
{
background-color: #67AF55;
}
</style>
border-color css
<style>
span { border-color: #67AF55; }
span { border-color: rgb(103,175,85); }
td.TdClassName
{
border-color: #67AF55;
}
.TagClassName
{
border-color: #67AF55;
}
</style>