Shades of Apple #69C359
Tints of Apple #69C359
RGB
CMYK
RGB Variations
Color information
#69C359 (or 0x69C359) is known color: Apple. HEX triplet: 69, C3 and 59. RGB value is (105,195,89). Sum of RGB (Red+Green+Blue) = 105+195+89=389 (51% of max value = 765). Red value is 105 (41.41% from 255 or 26.99% from 389); Green value is 195 (76.56% from 255 or 50.13% from 389); Blue value is 89 (35.16% from 255 or 22.88% from 389); Max value from RGB is 195 - color contains mainly: green. Hex color #69C359 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #69C359 is #963CA6. Grayscale: #9C9C9C. Windows color (decimal): -9845927 or 5882729. OLE color: 5882729.
HSL color Cylindrical-coordinate representation of color #69C359: hue angle of 110.94º degrees, saturation: 0.47, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #69C359 is Cyan = 0.46, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 105 | 195 | 89 | - |
| CMYK | 0.46 | 0 | 0.54 | 0.24 |
| HSL | 110.94º | 0.47% | 0.56% | - |
| HSV(B) | 110.94º | 0.54% | 0.76% | - |
| XYZ | 27.14 | 42.75 | 16.27 | - |
| YUV | 156.01 | 90.18 | 91.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 195 | 89 | 0.46 | 0 | 0.54 | 0.24 | 110.94 | 0.47 | 0.56 |
| Hex | 69 | C3 | 59 | 2E | 0 | 36 | 18 | 6F | 2F | 38 |
| Octal | 151 | 303 | 131 | 56 | 0 | 66 | 30 | 157 | 57 | 70 |
| Binary | 1101001 | 11000011 | 1011001 | 101110 | 0 | 110110 | 11000 | 1101111 | 101111 | 111000 |
Color Harmonies of #69C359
Complementary color
Monochromatic Colors of #69C359
Black with #69C359
Text Example
Text Example
White with #69C359
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69C359; }
p { color: rgb(105,195,89); }
H1.HeaderClassName
{
color: #69C359;
}
.AnyTagClassName
{
color: #69C359;
}
</style>
background-color css
<style>
a { background-color: #69C359; }
a { background-color: rgb(105,195,89); }
div.DivClassName
{
background-color: #69C359;
}
.BgClassName
{
background-color: #69C359;
}
</style>
border-color css
<style>
span { border-color: #69C359; }
span { border-color: rgb(105,195,89); }
td.TdClassName
{
border-color: #69C359;
}
.TagClassName
{
border-color: #69C359;
}
</style>