Shades of Apple #69A839
Tints of Apple #69A839
RGB
CMYK
RGB Variations
Color information
#69A839 (or 0x69A839) is known color: Apple. HEX triplet: 69, A8 and 39. RGB value is (105,168,57). Sum of RGB (Red+Green+Blue) = 105+168+57=330 (43% of max value = 765). Red value is 105 (41.41% from 255 or 31.82% from 330); Green value is 168 (66.02% from 255 or 50.91% from 330); Blue value is 57 (22.66% from 255 or 17.27% from 330); Max value from RGB is 168 - color contains mainly: green. Hex color #69A839 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #69A839 is #9657C6. Grayscale: #888888. Windows color (decimal): -9852871 or 3778665. OLE color: 3778665.
HSL color Cylindrical-coordinate representation of color #69A839: hue angle of 94.05º degrees, saturation: 0.49, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #69A839 is Cyan = 0.38, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 105 | 168 | 57 | - |
| CMYK | 0.38 | 0 | 0.66 | 0.34 |
| HSL | 94.05º | 0.49% | 0.44% | - |
| HSV(B) | 94.05º | 0.66% | 0.66% | - |
| XYZ | 20.57 | 31.3 | 8.83 | - |
| YUV | 136.51 | 83.13 | 105.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 168 | 57 | 0.38 | 0 | 0.66 | 0.34 | 94.05 | 0.49 | 0.44 |
| Hex | 69 | A8 | 39 | 26 | 0 | 42 | 22 | 5E | 31 | 2C |
| Octal | 151 | 250 | 71 | 46 | 0 | 102 | 42 | 136 | 61 | 54 |
| Binary | 1101001 | 10101000 | 111001 | 100110 | 0 | 1000010 | 100010 | 1011110 | 110001 | 101100 |
Color Harmonies of #69A839
Complementary color
Monochromatic Colors of #69A839
Black with #69A839
Text Example
Text Example
White with #69A839
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69A839; }
p { color: rgb(105,168,57); }
H1.HeaderClassName
{
color: #69A839;
}
.AnyTagClassName
{
color: #69A839;
}
</style>
background-color css
<style>
a { background-color: #69A839; }
a { background-color: rgb(105,168,57); }
div.DivClassName
{
background-color: #69A839;
}
.BgClassName
{
background-color: #69A839;
}
</style>
border-color css
<style>
span { border-color: #69A839; }
span { border-color: rgb(105,168,57); }
td.TdClassName
{
border-color: #69A839;
}
.TagClassName
{
border-color: #69A839;
}
</style>