Shades of Apple #67A953
Tints of Apple #67A953
RGB
CMYK
RGB Variations
Color information
#67A953 (or 0x67A953) is known color: Apple. HEX triplet: 67, A9 and 53. RGB value is (103,169,83). Sum of RGB (Red+Green+Blue) = 103+169+83=355 (47% of max value = 765). Red value is 103 (40.62% from 255 or 29.01% from 355); Green value is 169 (66.41% from 255 or 47.61% from 355); Blue value is 83 (32.81% from 255 or 23.38% from 355); Max value from RGB is 169 - color contains mainly: green. Hex color #67A953 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #67A953 is #9856AC. Grayscale: #8B8B8B. Windows color (decimal): -9983661 or 5482855. OLE color: 5482855.
HSL color Cylindrical-coordinate representation of color #67A953: hue angle of 106.05º degrees, saturation: 0.34, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #67A953 is Cyan = 0.39, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 103 | 169 | 83 | - |
| CMYK | 0.39 | 0 | 0.51 | 0.34 |
| HSL | 106.05º | 0.34% | 0.49% | - |
| HSV(B) | 106.05º | 0.51% | 0.66% | - |
| XYZ | 21.34 | 31.88 | 13.21 | - |
| YUV | 139.46 | 96.13 | 101.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 169 | 83 | 0.39 | 0 | 0.51 | 0.34 | 106.05 | 0.34 | 0.49 |
| Hex | 67 | A9 | 53 | 27 | 0 | 33 | 22 | 6A | 22 | 31 |
| Octal | 147 | 251 | 123 | 47 | 0 | 63 | 42 | 152 | 42 | 61 |
| Binary | 1100111 | 10101001 | 1010011 | 100111 | 0 | 110011 | 100010 | 1101010 | 100010 | 110001 |
Color Harmonies of #67A953
Complementary color
Monochromatic Colors of #67A953
Black with #67A953
Text Example
Text Example
White with #67A953
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67A953; }
p { color: rgb(103,169,83); }
H1.HeaderClassName
{
color: #67A953;
}
.AnyTagClassName
{
color: #67A953;
}
</style>
background-color css
<style>
a { background-color: #67A953; }
a { background-color: rgb(103,169,83); }
div.DivClassName
{
background-color: #67A953;
}
.BgClassName
{
background-color: #67A953;
}
</style>
border-color css
<style>
span { border-color: #67A953; }
span { border-color: rgb(103,169,83); }
td.TdClassName
{
border-color: #67A953;
}
.TagClassName
{
border-color: #67A953;
}
</style>