Shades of Apple #69C749
Tints of Apple #69C749
RGB
CMYK
RGB Variations
Color information
#69C749 (or 0x69C749) is known color: Apple. HEX triplet: 69, C7 and 49. RGB value is (105,199,73). Sum of RGB (Red+Green+Blue) = 105+199+73=377 (49% of max value = 765). Red value is 105 (41.41% from 255 or 27.85% from 377); Green value is 199 (78.12% from 255 or 52.79% from 377); Blue value is 73 (28.91% from 255 or 19.36% from 377); Max value from RGB is 199 - color contains mainly: green. Hex color #69C749 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #69C749 is #9638B6. Grayscale: #9C9C9C. Windows color (decimal): -9844919 or 4835177. OLE color: 4835177.
HSL color Cylindrical-coordinate representation of color #69C749: hue angle of 104.76º degrees, saturation: 0.53, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #69C749 is Cyan = 0.47, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 105 | 199 | 73 | - |
| CMYK | 0.47 | 0 | 0.63 | 0.22 |
| HSL | 104.76º | 0.53% | 0.53% | - |
| HSV(B) | 104.76º | 0.63% | 0.78% | - |
| XYZ | 27.45 | 44.33 | 13.41 | - |
| YUV | 156.53 | 80.86 | 91.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 199 | 73 | 0.47 | 0 | 0.63 | 0.22 | 104.76 | 0.53 | 0.53 |
| Hex | 69 | C7 | 49 | 2F | 0 | 3F | 16 | 69 | 35 | 35 |
| Octal | 151 | 307 | 111 | 57 | 0 | 77 | 26 | 151 | 65 | 65 |
| Binary | 1101001 | 11000111 | 1001001 | 101111 | 0 | 111111 | 10110 | 1101001 | 110101 | 110101 |
Color Harmonies of #69C749
Complementary color
Monochromatic Colors of #69C749
Black with #69C749
Text Example
Text Example
White with #69C749
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69C749; }
p { color: rgb(105,199,73); }
H1.HeaderClassName
{
color: #69C749;
}
.AnyTagClassName
{
color: #69C749;
}
</style>
background-color css
<style>
a { background-color: #69C749; }
a { background-color: rgb(105,199,73); }
div.DivClassName
{
background-color: #69C749;
}
.BgClassName
{
background-color: #69C749;
}
</style>
border-color css
<style>
span { border-color: #69C749; }
span { border-color: rgb(105,199,73); }
td.TdClassName
{
border-color: #69C749;
}
.TagClassName
{
border-color: #69C749;
}
</style>