Shades of Apple #69B748
Tints of Apple #69B748
RGB
CMYK
RGB Variations
Color information
#69B748 (or 0x69B748) is known color: Apple. HEX triplet: 69, B7 and 48. RGB value is (105,183,72). Sum of RGB (Red+Green+Blue) = 105+183+72=360 (47% of max value = 765). Red value is 105 (41.41% from 255 or 29.17% from 360); Green value is 183 (71.88% from 255 or 50.83% from 360); Blue value is 72 (28.52% from 255 or 20% from 360); Max value from RGB is 183 - color contains mainly: green. Hex color #69B748 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #69B748 is #9648B7. Grayscale: #939393. Windows color (decimal): -9849016 or 4765545. OLE color: 4765545.
HSL color Cylindrical-coordinate representation of color #69B748: hue angle of 102.16º degrees, saturation: 0.44, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #69B748 is Cyan = 0.43, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 105 | 183 | 72 | - |
| CMYK | 0.43 | 0 | 0.61 | 0.28 |
| HSL | 102.16º | 0.44% | 0.5% | - |
| HSV(B) | 102.16º | 0.61% | 0.72% | - |
| XYZ | 23.93 | 37.34 | 12.08 | - |
| YUV | 147.02 | 85.66 | 98.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 183 | 72 | 0.43 | 0 | 0.61 | 0.28 | 102.16 | 0.44 | 0.5 |
| Hex | 69 | B7 | 48 | 2B | 0 | 3D | 1C | 66 | 2C | 32 |
| Octal | 151 | 267 | 110 | 53 | 0 | 75 | 34 | 146 | 54 | 62 |
| Binary | 1101001 | 10110111 | 1001000 | 101011 | 0 | 111101 | 11100 | 1100110 | 101100 | 110010 |
Color Harmonies of #69B748
Complementary color
Monochromatic Colors of #69B748
Black with #69B748
Text Example
Text Example
White with #69B748
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69B748; }
p { color: rgb(105,183,72); }
H1.HeaderClassName
{
color: #69B748;
}
.AnyTagClassName
{
color: #69B748;
}
</style>
background-color css
<style>
a { background-color: #69B748; }
a { background-color: rgb(105,183,72); }
div.DivClassName
{
background-color: #69B748;
}
.BgClassName
{
background-color: #69B748;
}
</style>
border-color css
<style>
span { border-color: #69B748; }
span { border-color: rgb(105,183,72); }
td.TdClassName
{
border-color: #69B748;
}
.TagClassName
{
border-color: #69B748;
}
</style>