Shades of Apple #69A045
Tints of Apple #69A045
RGB
CMYK
RGB Variations
Color information
#69A045 (or 0x69A045) is known color: Apple. HEX triplet: 69, A0 and 45. RGB value is (105,160,69). Sum of RGB (Red+Green+Blue) = 105+160+69=334 (44% of max value = 765). Red value is 105 (41.41% from 255 or 31.44% from 334); Green value is 160 (62.89% from 255 or 47.90% from 334); Blue value is 69 (27.34% from 255 or 20.66% from 334); Max value from RGB is 160 - color contains mainly: green. Hex color #69A045 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #69A045 is #965FBA. Grayscale: #858585. Windows color (decimal): -9854907 or 4563049. OLE color: 4563049.
HSL color Cylindrical-coordinate representation of color #69A045: hue angle of 96.26º degrees, saturation: 0.4, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #69A045 is Cyan = 0.34, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 105 | 160 | 69 | - |
| CMYK | 0.34 | 0 | 0.57 | 0.37 |
| HSL | 96.26º | 0.4% | 0.45% | - |
| HSV(B) | 96.26º | 0.57% | 0.63% | - |
| XYZ | 19.47 | 28.57 | 10.12 | - |
| YUV | 133.18 | 91.78 | 107.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 160 | 69 | 0.34 | 0 | 0.57 | 0.37 | 96.26 | 0.4 | 0.45 |
| Hex | 69 | A0 | 45 | 22 | 0 | 39 | 25 | 60 | 28 | 2D |
| Octal | 151 | 240 | 105 | 42 | 0 | 71 | 45 | 140 | 50 | 55 |
| Binary | 1101001 | 10100000 | 1000101 | 100010 | 0 | 111001 | 100101 | 1100000 | 101000 | 101101 |
Color Harmonies of #69A045
Complementary color
Monochromatic Colors of #69A045
Black with #69A045
Text Example
Text Example
White with #69A045
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69A045; }
p { color: rgb(105,160,69); }
H1.HeaderClassName
{
color: #69A045;
}
.AnyTagClassName
{
color: #69A045;
}
</style>
background-color css
<style>
a { background-color: #69A045; }
a { background-color: rgb(105,160,69); }
div.DivClassName
{
background-color: #69A045;
}
.BgClassName
{
background-color: #69A045;
}
</style>
border-color css
<style>
span { border-color: #69A045; }
span { border-color: rgb(105,160,69); }
td.TdClassName
{
border-color: #69A045;
}
.TagClassName
{
border-color: #69A045;
}
</style>