Shades of Apple #67AD45
Tints of Apple #67AD45
RGB
CMYK
RGB Variations
Color information
#67AD45 (or 0x67AD45) is known color: Apple. HEX triplet: 67, AD and 45. RGB value is (103,173,69). Sum of RGB (Red+Green+Blue) = 103+173+69=345 (45% of max value = 765). Red value is 103 (40.62% from 255 or 29.86% from 345); Green value is 173 (67.97% from 255 or 50.14% from 345); Blue value is 69 (27.34% from 255 or 20% from 345); Max value from RGB is 173 - color contains mainly: green. Hex color #67AD45 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #67AD45 is #9852BA. Grayscale: #8C8C8C. Windows color (decimal): -9982651 or 4566375. OLE color: 4566375.
HSL color Cylindrical-coordinate representation of color #67AD45: hue angle of 100.38º degrees, saturation: 0.43, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #67AD45 is Cyan = 0.40, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 103 | 173 | 69 | - |
| CMYK | 0.40 | 0 | 0.60 | 0.32 |
| HSL | 100.38º | 0.43% | 0.47% | - |
| HSV(B) | 100.38º | 0.6% | 0.68% | - |
| XYZ | 21.61 | 33.2 | 10.9 | - |
| YUV | 140.21 | 87.81 | 101.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 173 | 69 | 0.40 | 0 | 0.60 | 0.32 | 100.38 | 0.43 | 0.47 |
| Hex | 67 | AD | 45 | 28 | 0 | 3C | 20 | 64 | 2B | 2F |
| Octal | 147 | 255 | 105 | 50 | 0 | 74 | 40 | 144 | 53 | 57 |
| Binary | 1100111 | 10101101 | 1000101 | 101000 | 0 | 111100 | 100000 | 1100100 | 101011 | 101111 |
Color Harmonies of #67AD45
Complementary color
Monochromatic Colors of #67AD45
Black with #67AD45
Text Example
Text Example
White with #67AD45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67AD45; }
p { color: rgb(103,173,69); }
H1.HeaderClassName
{
color: #67AD45;
}
.AnyTagClassName
{
color: #67AD45;
}
</style>
background-color css
<style>
a { background-color: #67AD45; }
a { background-color: rgb(103,173,69); }
div.DivClassName
{
background-color: #67AD45;
}
.BgClassName
{
background-color: #67AD45;
}
</style>
border-color css
<style>
span { border-color: #67AD45; }
span { border-color: rgb(103,173,69); }
td.TdClassName
{
border-color: #67AD45;
}
.TagClassName
{
border-color: #67AD45;
}
</style>