Shades of Apple #69C04F
Tints of Apple #69C04F
RGB
CMYK
RGB Variations
Color information
#69C04F (or 0x69C04F) is known color: Apple. HEX triplet: 69, C0 and 4F. RGB value is (105,192,79). Sum of RGB (Red+Green+Blue) = 105+192+79=376 (49% of max value = 765). Red value is 105 (41.41% from 255 or 27.93% from 376); Green value is 192 (75.39% from 255 or 51.06% from 376); Blue value is 79 (31.25% from 255 or 21.01% from 376); Max value from RGB is 192 - color contains mainly: green. Hex color #69C04F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #69C04F is #963FB0. Grayscale: #999999. Windows color (decimal): -9846705 or 5226601. OLE color: 5226601.
HSL color Cylindrical-coordinate representation of color #69C04F: hue angle of 106.19º degrees, saturation: 0.47, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #69C04F is Cyan = 0.45, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 105 | 192 | 79 | - |
| CMYK | 0.45 | 0 | 0.59 | 0.25 |
| HSL | 106.19º | 0.47% | 0.53% | - |
| HSV(B) | 106.19º | 0.59% | 0.75% | - |
| XYZ | 26.09 | 41.27 | 13.99 | - |
| YUV | 153.11 | 86.18 | 93.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 192 | 79 | 0.45 | 0 | 0.59 | 0.25 | 106.19 | 0.47 | 0.53 |
| Hex | 69 | C0 | 4F | 2D | 0 | 3B | 19 | 6A | 2F | 35 |
| Octal | 151 | 300 | 117 | 55 | 0 | 73 | 31 | 152 | 57 | 65 |
| Binary | 1101001 | 11000000 | 1001111 | 101101 | 0 | 111011 | 11001 | 1101010 | 101111 | 110101 |
Color Harmonies of #69C04F
Complementary color
Monochromatic Colors of #69C04F
Black with #69C04F
Text Example
Text Example
White with #69C04F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69C04F; }
p { color: rgb(105,192,79); }
H1.HeaderClassName
{
color: #69C04F;
}
.AnyTagClassName
{
color: #69C04F;
}
</style>
background-color css
<style>
a { background-color: #69C04F; }
a { background-color: rgb(105,192,79); }
div.DivClassName
{
background-color: #69C04F;
}
.BgClassName
{
background-color: #69C04F;
}
</style>
border-color css
<style>
span { border-color: #69C04F; }
span { border-color: rgb(105,192,79); }
td.TdClassName
{
border-color: #69C04F;
}
.TagClassName
{
border-color: #69C04F;
}
</style>