Shades of Apple #69AB5D
Tints of Apple #69AB5D
RGB
CMYK
RGB Variations
Color information
#69AB5D (or 0x69AB5D) is known color: Apple. HEX triplet: 69, AB and 5D. RGB value is (105,171,93). Sum of RGB (Red+Green+Blue) = 105+171+93=369 (48% of max value = 765). Red value is 105 (41.41% from 255 or 28.46% from 369); Green value is 171 (67.19% from 255 or 46.34% from 369); Blue value is 93 (36.72% from 255 or 25.20% from 369); Max value from RGB is 171 - color contains mainly: green. Hex color #69AB5D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #69AB5D is #9654A2. Grayscale: #8E8E8E. Windows color (decimal): -9852067 or 6138729. OLE color: 6138729.
HSL color Cylindrical-coordinate representation of color #69AB5D: hue angle of 110.77º degrees, saturation: 0.32, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #69AB5D is Cyan = 0.39, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 105 | 171 | 93 | - |
| CMYK | 0.39 | 0 | 0.46 | 0.33 |
| HSL | 110.77º | 0.32% | 0.52% | - |
| HSV(B) | 110.77º | 0.46% | 0.67% | - |
| XYZ | 22.36 | 32.92 | 15.53 | - |
| YUV | 142.37 | 100.13 | 101.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 171 | 93 | 0.39 | 0 | 0.46 | 0.33 | 110.77 | 0.32 | 0.52 |
| Hex | 69 | AB | 5D | 27 | 0 | 2E | 21 | 6F | 20 | 34 |
| Octal | 151 | 253 | 135 | 47 | 0 | 56 | 41 | 157 | 40 | 64 |
| Binary | 1101001 | 10101011 | 1011101 | 100111 | 0 | 101110 | 100001 | 1101111 | 100000 | 110100 |
Color Harmonies of #69AB5D
Complementary color
Monochromatic Colors of #69AB5D
Black with #69AB5D
Text Example
Text Example
White with #69AB5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69AB5D; }
p { color: rgb(105,171,93); }
H1.HeaderClassName
{
color: #69AB5D;
}
.AnyTagClassName
{
color: #69AB5D;
}
</style>
background-color css
<style>
a { background-color: #69AB5D; }
a { background-color: rgb(105,171,93); }
div.DivClassName
{
background-color: #69AB5D;
}
.BgClassName
{
background-color: #69AB5D;
}
</style>
border-color css
<style>
span { border-color: #69AB5D; }
span { border-color: rgb(105,171,93); }
td.TdClassName
{
border-color: #69AB5D;
}
.TagClassName
{
border-color: #69AB5D;
}
</style>