Shades of Apple #67A94E
Tints of Apple #67A94E
RGB
CMYK
RGB Variations
Color information
#67A94E (or 0x67A94E) is known color: Apple. HEX triplet: 67, A9 and 4E. RGB value is (103,169,78). Sum of RGB (Red+Green+Blue) = 103+169+78=350 (46% of max value = 765). Red value is 103 (40.62% from 255 or 29.43% from 350); Green value is 169 (66.41% from 255 or 48.29% from 350); Blue value is 78 (30.86% from 255 or 22.29% from 350); Max value from RGB is 169 - color contains mainly: green. Hex color #67A94E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #67A94E is #9856B1. Grayscale: #8B8B8B. Windows color (decimal): -9983666 or 5155175. OLE color: 5155175.
HSL color Cylindrical-coordinate representation of color #67A94E: hue angle of 103.52º degrees, saturation: 0.37, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #67A94E is Cyan = 0.39, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 103 | 169 | 78 | - |
| CMYK | 0.39 | 0 | 0.54 | 0.34 |
| HSL | 103.52º | 0.37% | 0.48% | - |
| HSV(B) | 103.52º | 0.54% | 0.66% | - |
| XYZ | 21.16 | 31.81 | 12.23 | - |
| YUV | 138.89 | 93.63 | 102.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 169 | 78 | 0.39 | 0 | 0.54 | 0.34 | 103.52 | 0.37 | 0.48 |
| Hex | 67 | A9 | 4E | 27 | 0 | 36 | 22 | 68 | 25 | 30 |
| Octal | 147 | 251 | 116 | 47 | 0 | 66 | 42 | 150 | 45 | 60 |
| Binary | 1100111 | 10101001 | 1001110 | 100111 | 0 | 110110 | 100010 | 1101000 | 100101 | 110000 |
Color Harmonies of #67A94E
Complementary color
Monochromatic Colors of #67A94E
Black with #67A94E
Text Example
Text Example
White with #67A94E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67A94E; }
p { color: rgb(103,169,78); }
H1.HeaderClassName
{
color: #67A94E;
}
.AnyTagClassName
{
color: #67A94E;
}
</style>
background-color css
<style>
a { background-color: #67A94E; }
a { background-color: rgb(103,169,78); }
div.DivClassName
{
background-color: #67A94E;
}
.BgClassName
{
background-color: #67A94E;
}
</style>
border-color css
<style>
span { border-color: #67A94E; }
span { border-color: rgb(103,169,78); }
td.TdClassName
{
border-color: #67A94E;
}
.TagClassName
{
border-color: #67A94E;
}
</style>