Shades of Apple #69AD33
Tints of Apple #69AD33
RGB
CMYK
RGB Variations
Color information
#69AD33 (or 0x69AD33) is known color: Apple. HEX triplet: 69, AD and 33. RGB value is (105,173,51). Sum of RGB (Red+Green+Blue) = 105+173+51=329 (43% of max value = 765). Red value is 105 (41.41% from 255 or 31.91% from 329); Green value is 173 (67.97% from 255 or 52.58% from 329); Blue value is 51 (20.31% from 255 or 15.50% from 329); Max value from RGB is 173 - color contains mainly: green. Hex color #69AD33 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #69AD33 is #9652CC. Grayscale: #8B8B8B. Windows color (decimal): -9851597 or 3386729. OLE color: 3386729.
HSL color Cylindrical-coordinate representation of color #69AD33: hue angle of 93.44º degrees, saturation: 0.54, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #69AD33 is Cyan = 0.39, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 105 | 173 | 51 | - |
| CMYK | 0.39 | 0 | 0.71 | 0.32 |
| HSL | 93.44º | 0.54% | 0.44% | - |
| HSV(B) | 93.44º | 0.71% | 0.68% | - |
| XYZ | 21.37 | 33.13 | 8.4 | - |
| YUV | 138.76 | 78.47 | 103.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 173 | 51 | 0.39 | 0 | 0.71 | 0.32 | 93.44 | 0.54 | 0.44 |
| Hex | 69 | AD | 33 | 27 | 0 | 47 | 20 | 5D | 36 | 2C |
| Octal | 151 | 255 | 63 | 47 | 0 | 107 | 40 | 135 | 66 | 54 |
| Binary | 1101001 | 10101101 | 110011 | 100111 | 0 | 1000111 | 100000 | 1011101 | 110110 | 101100 |
Color Harmonies of #69AD33
Complementary color
Monochromatic Colors of #69AD33
Black with #69AD33
Text Example
Text Example
White with #69AD33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69AD33; }
p { color: rgb(105,173,51); }
H1.HeaderClassName
{
color: #69AD33;
}
.AnyTagClassName
{
color: #69AD33;
}
</style>
background-color css
<style>
a { background-color: #69AD33; }
a { background-color: rgb(105,173,51); }
div.DivClassName
{
background-color: #69AD33;
}
.BgClassName
{
background-color: #69AD33;
}
</style>
border-color css
<style>
span { border-color: #69AD33; }
span { border-color: rgb(105,173,51); }
td.TdClassName
{
border-color: #69AD33;
}
.TagClassName
{
border-color: #69AD33;
}
</style>