Shades of Apple #569A42
Tints of Apple #569A42
RGB
CMYK
RGB Variations
Color information
#569A42 (or 0x569A42) is known color: Apple. HEX triplet: 56, 9A and 42. RGB value is (86,154,66). Sum of RGB (Red+Green+Blue) = 86+154+66=306 (40% of max value = 765). Red value is 86 (33.98% from 255 or 28.10% from 306); Green value is 154 (60.55% from 255 or 50.33% from 306); Blue value is 66 (26.17% from 255 or 21.57% from 306); Max value from RGB is 154 - color contains mainly: green. Hex color #569A42 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #569A42 is #A965BD. Grayscale: #7B7B7B. Windows color (decimal): -11101630 or 4364886. OLE color: 4364886.
HSL color Cylindrical-coordinate representation of color #569A42: hue angle of 106.36º degrees, saturation: 0.4, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #569A42 is Cyan = 0.44, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 86 | 154 | 66 | - |
| CMYK | 0.44 | 0 | 0.57 | 0.40 |
| HSL | 106.36º | 0.4% | 0.43% | - |
| HSV(B) | 106.36º | 0.57% | 0.6% | - |
| XYZ | 16.38 | 25.48 | 9.21 | - |
| YUV | 123.64 | 95.47 | 101.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 154 | 66 | 0.44 | 0 | 0.57 | 0.40 | 106.36 | 0.4 | 0.43 |
| Hex | 56 | 9A | 42 | 2C | 0 | 39 | 28 | 6A | 28 | 2B |
| Octal | 126 | 232 | 102 | 54 | 0 | 71 | 50 | 152 | 50 | 53 |
| Binary | 1010110 | 10011010 | 1000010 | 101100 | 0 | 111001 | 101000 | 1101010 | 101000 | 101011 |
Color Harmonies of #569A42
Complementary color
Monochromatic Colors of #569A42
Black with #569A42
Text Example
Text Example
White with #569A42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #569A42; }
p { color: rgb(86,154,66); }
H1.HeaderClassName
{
color: #569A42;
}
.AnyTagClassName
{
color: #569A42;
}
</style>
background-color css
<style>
a { background-color: #569A42; }
a { background-color: rgb(86,154,66); }
div.DivClassName
{
background-color: #569A42;
}
.BgClassName
{
background-color: #569A42;
}
</style>
border-color css
<style>
span { border-color: #569A42; }
span { border-color: rgb(86,154,66); }
td.TdClassName
{
border-color: #569A42;
}
.TagClassName
{
border-color: #569A42;
}
</style>