Shades of Apple #69AD4A
Tints of Apple #69AD4A
RGB
CMYK
RGB Variations
Color information
#69AD4A (or 0x69AD4A) is known color: Apple. HEX triplet: 69, AD and 4A. RGB value is (105,173,74). Sum of RGB (Red+Green+Blue) = 105+173+74=352 (46% of max value = 765). Red value is 105 (41.41% from 255 or 29.83% from 352); Green value is 173 (67.97% from 255 or 49.15% from 352); Blue value is 74 (29.30% from 255 or 21.02% from 352); Max value from RGB is 173 - color contains mainly: green. Hex color #69AD4A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #69AD4A is #9652B5. Grayscale: #8D8D8D. Windows color (decimal): -9851574 or 4894057. OLE color: 4894057.
HSL color Cylindrical-coordinate representation of color #69AD4A: hue angle of 101.21º degrees, saturation: 0.4, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #69AD4A is Cyan = 0.39, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 105 | 173 | 74 | - |
| CMYK | 0.39 | 0 | 0.57 | 0.32 |
| HSL | 101.21º | 0.4% | 0.48% | - |
| HSV(B) | 101.21º | 0.57% | 0.68% | - |
| XYZ | 22.01 | 33.38 | 11.76 | - |
| YUV | 141.38 | 89.97 | 102.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 173 | 74 | 0.39 | 0 | 0.57 | 0.32 | 101.21 | 0.4 | 0.48 |
| Hex | 69 | AD | 4A | 27 | 0 | 39 | 20 | 65 | 28 | 30 |
| Octal | 151 | 255 | 112 | 47 | 0 | 71 | 40 | 145 | 50 | 60 |
| Binary | 1101001 | 10101101 | 1001010 | 100111 | 0 | 111001 | 100000 | 1100101 | 101000 | 110000 |
Color Harmonies of #69AD4A
Complementary color
Monochromatic Colors of #69AD4A
Black with #69AD4A
Text Example
Text Example
White with #69AD4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69AD4A; }
p { color: rgb(105,173,74); }
H1.HeaderClassName
{
color: #69AD4A;
}
.AnyTagClassName
{
color: #69AD4A;
}
</style>
background-color css
<style>
a { background-color: #69AD4A; }
a { background-color: rgb(105,173,74); }
div.DivClassName
{
background-color: #69AD4A;
}
.BgClassName
{
background-color: #69AD4A;
}
</style>
border-color css
<style>
span { border-color: #69AD4A; }
span { border-color: rgb(105,173,74); }
td.TdClassName
{
border-color: #69AD4A;
}
.TagClassName
{
border-color: #69AD4A;
}
</style>