Shades of Apple #69A75A
Tints of Apple #69A75A
RGB
CMYK
RGB Variations
Color information
#69A75A (or 0x69A75A) is known color: Apple. HEX triplet: 69, A7 and 5A. RGB value is (105,167,90). Sum of RGB (Red+Green+Blue) = 105+167+90=362 (47% of max value = 765). Red value is 105 (41.41% from 255 or 29.01% from 362); Green value is 167 (65.62% from 255 or 46.13% from 362); Blue value is 90 (35.55% from 255 or 24.86% from 362); Max value from RGB is 167 - color contains mainly: green. Hex color #69A75A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #69A75A is #9658A5. Grayscale: #8B8B8B. Windows color (decimal): -9853094 or 5941097. OLE color: 5941097.
HSL color Cylindrical-coordinate representation of color #69A75A: hue angle of 108.31º degrees, saturation: 0.3, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #69A75A is Cyan = 0.37, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 105 | 167 | 90 | - |
| CMYK | 0.37 | 0 | 0.46 | 0.35 |
| HSL | 108.31º | 0.3% | 0.5% | - |
| HSV(B) | 108.31º | 0.46% | 0.65% | - |
| XYZ | 21.49 | 31.38 | 14.6 | - |
| YUV | 139.68 | 99.96 | 103.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 167 | 90 | 0.37 | 0 | 0.46 | 0.35 | 108.31 | 0.3 | 0.5 |
| Hex | 69 | A7 | 5A | 25 | 0 | 2E | 23 | 6C | 1E | 32 |
| Octal | 151 | 247 | 132 | 45 | 0 | 56 | 43 | 154 | 36 | 62 |
| Binary | 1101001 | 10100111 | 1011010 | 100101 | 0 | 101110 | 100011 | 1101100 | 11110 | 110010 |
Color Harmonies of #69A75A
Complementary color
Monochromatic Colors of #69A75A
Black with #69A75A
Text Example
Text Example
White with #69A75A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69A75A; }
p { color: rgb(105,167,90); }
H1.HeaderClassName
{
color: #69A75A;
}
.AnyTagClassName
{
color: #69A75A;
}
</style>
background-color css
<style>
a { background-color: #69A75A; }
a { background-color: rgb(105,167,90); }
div.DivClassName
{
background-color: #69A75A;
}
.BgClassName
{
background-color: #69A75A;
}
</style>
border-color css
<style>
span { border-color: #69A75A; }
span { border-color: rgb(105,167,90); }
td.TdClassName
{
border-color: #69A75A;
}
.TagClassName
{
border-color: #69A75A;
}
</style>