Shades of Apple #69C147
Tints of Apple #69C147
RGB
CMYK
RGB Variations
Color information
#69C147 (or 0x69C147) is known color: Apple. HEX triplet: 69, C1 and 47. RGB value is (105,193,71). Sum of RGB (Red+Green+Blue) = 105+193+71=369 (48% of max value = 765). Red value is 105 (41.41% from 255 or 28.46% from 369); Green value is 193 (75.78% from 255 or 52.30% from 369); Blue value is 71 (28.12% from 255 or 19.24% from 369); Max value from RGB is 193 - color contains mainly: green. Hex color #69C147 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #69C147 is #963EB8. Grayscale: #999999. Windows color (decimal): -9846457 or 4702569. OLE color: 4702569.
HSL color Cylindrical-coordinate representation of color #69C147: hue angle of 103.28º degrees, saturation: 0.5, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #69C147 is Cyan = 0.46, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 105 | 193 | 71 | - |
| CMYK | 0.46 | 0 | 0.63 | 0.24 |
| HSL | 103.28º | 0.5% | 0.52% | - |
| HSV(B) | 103.28º | 0.63% | 0.76% | - |
| XYZ | 26.03 | 41.6 | 12.62 | - |
| YUV | 152.78 | 81.85 | 93.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 193 | 71 | 0.46 | 0 | 0.63 | 0.24 | 103.28 | 0.5 | 0.52 |
| Hex | 69 | C1 | 47 | 2E | 0 | 3F | 18 | 67 | 32 | 34 |
| Octal | 151 | 301 | 107 | 56 | 0 | 77 | 30 | 147 | 62 | 64 |
| Binary | 1101001 | 11000001 | 1000111 | 101110 | 0 | 111111 | 11000 | 1100111 | 110010 | 110100 |
Color Harmonies of #69C147
Complementary color
Monochromatic Colors of #69C147
Black with #69C147
Text Example
Text Example
White with #69C147
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69C147; }
p { color: rgb(105,193,71); }
H1.HeaderClassName
{
color: #69C147;
}
.AnyTagClassName
{
color: #69C147;
}
</style>
background-color css
<style>
a { background-color: #69C147; }
a { background-color: rgb(105,193,71); }
div.DivClassName
{
background-color: #69C147;
}
.BgClassName
{
background-color: #69C147;
}
</style>
border-color css
<style>
span { border-color: #69C147; }
span { border-color: rgb(105,193,71); }
td.TdClassName
{
border-color: #69C147;
}
.TagClassName
{
border-color: #69C147;
}
</style>