Shades of Apple #69AB34
Tints of Apple #69AB34
RGB
CMYK
RGB Variations
Color information
#69AB34 (or 0x69AB34) is known color: Apple. HEX triplet: 69, AB and 34. RGB value is (105,171,52). Sum of RGB (Red+Green+Blue) = 105+171+52=328 (43% of max value = 765). Red value is 105 (41.41% from 255 or 32.01% from 328); Green value is 171 (67.19% from 255 or 52.13% from 328); Blue value is 52 (20.70% from 255 or 15.85% from 328); Max value from RGB is 171 - color contains mainly: green. Hex color #69AB34 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #69AB34 is #9654CB. Grayscale: #8A8A8A. Windows color (decimal): -9852108 or 3451753. OLE color: 3451753.
HSL color Cylindrical-coordinate representation of color #69AB34: hue angle of 93.28º degrees, saturation: 0.53, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #69AB34 is Cyan = 0.39, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 105 | 171 | 52 | - |
| CMYK | 0.39 | 0 | 0.70 | 0.33 |
| HSL | 93.28º | 0.53% | 0.44% | - |
| HSV(B) | 93.28º | 0.7% | 0.67% | - |
| XYZ | 21.01 | 32.38 | 8.39 | - |
| YUV | 137.7 | 79.63 | 104.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 171 | 52 | 0.39 | 0 | 0.70 | 0.33 | 93.28 | 0.53 | 0.44 |
| Hex | 69 | AB | 34 | 27 | 0 | 46 | 21 | 5D | 35 | 2C |
| Octal | 151 | 253 | 64 | 47 | 0 | 106 | 41 | 135 | 65 | 54 |
| Binary | 1101001 | 10101011 | 110100 | 100111 | 0 | 1000110 | 100001 | 1011101 | 110101 | 101100 |
Color Harmonies of #69AB34
Complementary color
Monochromatic Colors of #69AB34
Black with #69AB34
Text Example
Text Example
White with #69AB34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69AB34; }
p { color: rgb(105,171,52); }
H1.HeaderClassName
{
color: #69AB34;
}
.AnyTagClassName
{
color: #69AB34;
}
</style>
background-color css
<style>
a { background-color: #69AB34; }
a { background-color: rgb(105,171,52); }
div.DivClassName
{
background-color: #69AB34;
}
.BgClassName
{
background-color: #69AB34;
}
</style>
border-color css
<style>
span { border-color: #69AB34; }
span { border-color: rgb(105,171,52); }
td.TdClassName
{
border-color: #69AB34;
}
.TagClassName
{
border-color: #69AB34;
}
</style>