Shades of Apple #67AD34
Tints of Apple #67AD34
RGB
CMYK
RGB Variations
Color information
#67AD34 (or 0x67AD34) is known color: Apple. HEX triplet: 67, AD and 34. RGB value is (103,173,52). Sum of RGB (Red+Green+Blue) = 103+173+52=328 (43% of max value = 765). Red value is 103 (40.62% from 255 or 31.40% from 328); Green value is 173 (67.97% from 255 or 52.74% from 328); Blue value is 52 (20.70% from 255 or 15.85% from 328); Max value from RGB is 173 - color contains mainly: green. Hex color #67AD34 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #67AD34 is #9852CB. Grayscale: #8A8A8A. Windows color (decimal): -9982668 or 3452263. OLE color: 3452263.
HSL color Cylindrical-coordinate representation of color #67AD34: hue angle of 94.71º degrees, saturation: 0.54, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #67AD34 is Cyan = 0.40, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 103 | 173 | 52 | - |
| CMYK | 0.40 | 0 | 0.70 | 0.32 |
| HSL | 94.71º | 0.54% | 0.44% | - |
| HSV(B) | 94.71º | 0.7% | 0.68% | - |
| XYZ | 21.16 | 33.02 | 8.51 | - |
| YUV | 138.28 | 79.31 | 102.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 173 | 52 | 0.40 | 0 | 0.70 | 0.32 | 94.71 | 0.54 | 0.44 |
| Hex | 67 | AD | 34 | 28 | 0 | 46 | 20 | 5F | 36 | 2C |
| Octal | 147 | 255 | 64 | 50 | 0 | 106 | 40 | 137 | 66 | 54 |
| Binary | 1100111 | 10101101 | 110100 | 101000 | 0 | 1000110 | 100000 | 1011111 | 110110 | 101100 |
Color Harmonies of #67AD34
Complementary color
Monochromatic Colors of #67AD34
Black with #67AD34
Text Example
Text Example
White with #67AD34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67AD34; }
p { color: rgb(103,173,52); }
H1.HeaderClassName
{
color: #67AD34;
}
.AnyTagClassName
{
color: #67AD34;
}
</style>
background-color css
<style>
a { background-color: #67AD34; }
a { background-color: rgb(103,173,52); }
div.DivClassName
{
background-color: #67AD34;
}
.BgClassName
{
background-color: #67AD34;
}
</style>
border-color css
<style>
span { border-color: #67AD34; }
span { border-color: rgb(103,173,52); }
td.TdClassName
{
border-color: #67AD34;
}
.TagClassName
{
border-color: #67AD34;
}
</style>