Shades of Apple #67AB58
Tints of Apple #67AB58
RGB
CMYK
RGB Variations
Color information
#67AB58 (or 0x67AB58) is known color: Apple. HEX triplet: 67, AB and 58. RGB value is (103,171,88). Sum of RGB (Red+Green+Blue) = 103+171+88=362 (47% of max value = 765). Red value is 103 (40.62% from 255 or 28.45% from 362); Green value is 171 (67.19% from 255 or 47.24% from 362); Blue value is 88 (34.77% from 255 or 24.31% from 362); Max value from RGB is 171 - color contains mainly: green. Hex color #67AB58 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #67AB58 is #9854A7. Grayscale: #8D8D8D. Windows color (decimal): -9983144 or 5811047. OLE color: 5811047.
HSL color Cylindrical-coordinate representation of color #67AB58: hue angle of 109.16º degrees, saturation: 0.33, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #67AB58 is Cyan = 0.40, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 103 | 171 | 88 | - |
| CMYK | 0.40 | 0 | 0.49 | 0.33 |
| HSL | 109.16º | 0.33% | 0.51% | - |
| HSV(B) | 109.16º | 0.49% | 0.67% | - |
| XYZ | 21.92 | 32.71 | 14.39 | - |
| YUV | 141.21 | 97.97 | 100.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 171 | 88 | 0.40 | 0 | 0.49 | 0.33 | 109.16 | 0.33 | 0.51 |
| Hex | 67 | AB | 58 | 28 | 0 | 31 | 21 | 6D | 21 | 33 |
| Octal | 147 | 253 | 130 | 50 | 0 | 61 | 41 | 155 | 41 | 63 |
| Binary | 1100111 | 10101011 | 1011000 | 101000 | 0 | 110001 | 100001 | 1101101 | 100001 | 110011 |
Color Harmonies of #67AB58
Complementary color
Monochromatic Colors of #67AB58
Black with #67AB58
Text Example
Text Example
White with #67AB58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67AB58; }
p { color: rgb(103,171,88); }
H1.HeaderClassName
{
color: #67AB58;
}
.AnyTagClassName
{
color: #67AB58;
}
</style>
background-color css
<style>
a { background-color: #67AB58; }
a { background-color: rgb(103,171,88); }
div.DivClassName
{
background-color: #67AB58;
}
.BgClassName
{
background-color: #67AB58;
}
</style>
border-color css
<style>
span { border-color: #67AB58; }
span { border-color: rgb(103,171,88); }
td.TdClassName
{
border-color: #67AB58;
}
.TagClassName
{
border-color: #67AB58;
}
</style>