Shades of Apple #67AB34
Tints of Apple #67AB34
RGB
CMYK
RGB Variations
Color information
#67AB34 (or 0x67AB34) is known color: Apple. HEX triplet: 67, AB and 34. RGB value is (103,171,52). Sum of RGB (Red+Green+Blue) = 103+171+52=326 (43% of max value = 765). Red value is 103 (40.62% from 255 or 31.60% from 326); Green value is 171 (67.19% from 255 or 52.45% from 326); Blue value is 52 (20.70% from 255 or 15.95% from 326); Max value from RGB is 171 - color contains mainly: green. Hex color #67AB34 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #67AB34 is #9854CB. Grayscale: #898989. Windows color (decimal): -9983180 or 3451751. OLE color: 3451751.
HSL color Cylindrical-coordinate representation of color #67AB34: hue angle of 94.29º degrees, saturation: 0.53, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #67AB34 is Cyan = 0.40, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 103 | 171 | 52 | - |
| CMYK | 0.40 | 0 | 0.70 | 0.33 |
| HSL | 94.29º | 0.53% | 0.44% | - |
| HSV(B) | 94.29º | 0.7% | 0.67% | - |
| XYZ | 20.78 | 32.26 | 8.38 | - |
| YUV | 137.1 | 79.97 | 103.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 171 | 52 | 0.40 | 0 | 0.70 | 0.33 | 94.29 | 0.53 | 0.44 |
| Hex | 67 | AB | 34 | 28 | 0 | 46 | 21 | 5E | 35 | 2C |
| Octal | 147 | 253 | 64 | 50 | 0 | 106 | 41 | 136 | 65 | 54 |
| Binary | 1100111 | 10101011 | 110100 | 101000 | 0 | 1000110 | 100001 | 1011110 | 110101 | 101100 |
Color Harmonies of #67AB34
Complementary color
Monochromatic Colors of #67AB34
Black with #67AB34
Text Example
Text Example
White with #67AB34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67AB34; }
p { color: rgb(103,171,52); }
H1.HeaderClassName
{
color: #67AB34;
}
.AnyTagClassName
{
color: #67AB34;
}
</style>
background-color css
<style>
a { background-color: #67AB34; }
a { background-color: rgb(103,171,52); }
div.DivClassName
{
background-color: #67AB34;
}
.BgClassName
{
background-color: #67AB34;
}
</style>
border-color css
<style>
span { border-color: #67AB34; }
span { border-color: rgb(103,171,52); }
td.TdClassName
{
border-color: #67AB34;
}
.TagClassName
{
border-color: #67AB34;
}
</style>