Shades of Apple #69AD39
Tints of Apple #69AD39
RGB
CMYK
RGB Variations
Color information
#69AD39 (or 0x69AD39) is known color: Apple. HEX triplet: 69, AD and 39. RGB value is (105,173,57). Sum of RGB (Red+Green+Blue) = 105+173+57=335 (44% of max value = 765). Red value is 105 (41.41% from 255 or 31.34% from 335); Green value is 173 (67.97% from 255 or 51.64% from 335); Blue value is 57 (22.66% from 255 or 17.01% from 335); Max value from RGB is 173 - color contains mainly: green. Hex color #69AD39 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #69AD39 is #9652C6. Grayscale: #8B8B8B. Windows color (decimal): -9851591 or 3779945. OLE color: 3779945.
HSL color Cylindrical-coordinate representation of color #69AD39: hue angle of 95.17º degrees, saturation: 0.5, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #69AD39 is Cyan = 0.39, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 105 | 173 | 57 | - |
| CMYK | 0.39 | 0 | 0.67 | 0.32 |
| HSL | 95.17º | 0.5% | 0.45% | - |
| HSV(B) | 95.17º | 0.67% | 0.68% | - |
| XYZ | 21.51 | 33.19 | 9.14 | - |
| YUV | 139.44 | 81.47 | 103.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 173 | 57 | 0.39 | 0 | 0.67 | 0.32 | 95.17 | 0.5 | 0.45 |
| Hex | 69 | AD | 39 | 27 | 0 | 43 | 20 | 5F | 32 | 2D |
| Octal | 151 | 255 | 71 | 47 | 0 | 103 | 40 | 137 | 62 | 55 |
| Binary | 1101001 | 10101101 | 111001 | 100111 | 0 | 1000011 | 100000 | 1011111 | 110010 | 101101 |
Color Harmonies of #69AD39
Complementary color
Monochromatic Colors of #69AD39
Black with #69AD39
Text Example
Text Example
White with #69AD39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69AD39; }
p { color: rgb(105,173,57); }
H1.HeaderClassName
{
color: #69AD39;
}
.AnyTagClassName
{
color: #69AD39;
}
</style>
background-color css
<style>
a { background-color: #69AD39; }
a { background-color: rgb(105,173,57); }
div.DivClassName
{
background-color: #69AD39;
}
.BgClassName
{
background-color: #69AD39;
}
</style>
border-color css
<style>
span { border-color: #69AD39; }
span { border-color: rgb(105,173,57); }
td.TdClassName
{
border-color: #69AD39;
}
.TagClassName
{
border-color: #69AD39;
}
</style>