Shades of Apple #67AC4A
Tints of Apple #67AC4A
RGB
CMYK
RGB Variations
Color information
#67AC4A (or 0x67AC4A) is known color: Apple. HEX triplet: 67, AC and 4A. RGB value is (103,172,74). Sum of RGB (Red+Green+Blue) = 103+172+74=349 (46% of max value = 765). Red value is 103 (40.62% from 255 or 29.51% from 349); Green value is 172 (67.58% from 255 or 49.28% from 349); Blue value is 74 (29.30% from 255 or 21.20% from 349); Max value from RGB is 172 - color contains mainly: green. Hex color #67AC4A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #67AC4A is #9853B5. Grayscale: #8C8C8C. Windows color (decimal): -9982902 or 4893799. OLE color: 4893799.
HSL color Cylindrical-coordinate representation of color #67AC4A: hue angle of 102.24º degrees, saturation: 0.4, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #67AC4A is Cyan = 0.40, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 103 | 172 | 74 | - |
| CMYK | 0.40 | 0 | 0.57 | 0.33 |
| HSL | 102.24º | 0.4% | 0.48% | - |
| HSV(B) | 102.24º | 0.57% | 0.67% | - |
| XYZ | 21.58 | 32.88 | 11.69 | - |
| YUV | 140.2 | 90.64 | 101.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 172 | 74 | 0.40 | 0 | 0.57 | 0.33 | 102.24 | 0.4 | 0.48 |
| Hex | 67 | AC | 4A | 28 | 0 | 39 | 21 | 66 | 28 | 30 |
| Octal | 147 | 254 | 112 | 50 | 0 | 71 | 41 | 146 | 50 | 60 |
| Binary | 1100111 | 10101100 | 1001010 | 101000 | 0 | 111001 | 100001 | 1100110 | 101000 | 110000 |
Color Harmonies of #67AC4A
Complementary color
Monochromatic Colors of #67AC4A
Black with #67AC4A
Text Example
Text Example
White with #67AC4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67AC4A; }
p { color: rgb(103,172,74); }
H1.HeaderClassName
{
color: #67AC4A;
}
.AnyTagClassName
{
color: #67AC4A;
}
</style>
background-color css
<style>
a { background-color: #67AC4A; }
a { background-color: rgb(103,172,74); }
div.DivClassName
{
background-color: #67AC4A;
}
.BgClassName
{
background-color: #67AC4A;
}
</style>
border-color css
<style>
span { border-color: #67AC4A; }
span { border-color: rgb(103,172,74); }
td.TdClassName
{
border-color: #67AC4A;
}
.TagClassName
{
border-color: #67AC4A;
}
</style>