Shades of Apple #69C649
Tints of Apple #69C649
RGB
CMYK
RGB Variations
Color information
#69C649 (or 0x69C649) is known color: Apple. HEX triplet: 69, C6 and 49. RGB value is (105,198,73). Sum of RGB (Red+Green+Blue) = 105+198+73=376 (49% of max value = 765). Red value is 105 (41.41% from 255 or 27.93% from 376); Green value is 198 (77.73% from 255 or 52.66% from 376); Blue value is 73 (28.91% from 255 or 19.41% from 376); Max value from RGB is 198 - color contains mainly: green. Hex color #69C649 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #69C649 is #9639B6. Grayscale: #9C9C9C. Windows color (decimal): -9845175 or 4834921. OLE color: 4834921.
HSL color Cylindrical-coordinate representation of color #69C649: hue angle of 104.64º degrees, saturation: 0.52, 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 #69C649 is Cyan = 0.47, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 105 | 198 | 73 | - |
| CMYK | 0.47 | 0 | 0.63 | 0.22 |
| HSL | 104.64º | 0.52% | 0.53% | - |
| HSV(B) | 104.64º | 0.63% | 0.78% | - |
| XYZ | 27.22 | 43.87 | 13.34 | - |
| YUV | 155.94 | 81.19 | 91.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 198 | 73 | 0.47 | 0 | 0.63 | 0.22 | 104.64 | 0.52 | 0.53 |
| Hex | 69 | C6 | 49 | 2F | 0 | 3F | 16 | 69 | 34 | 35 |
| Octal | 151 | 306 | 111 | 57 | 0 | 77 | 26 | 151 | 64 | 65 |
| Binary | 1101001 | 11000110 | 1001001 | 101111 | 0 | 111111 | 10110 | 1101001 | 110100 | 110101 |
Color Harmonies of #69C649
Complementary color
Monochromatic Colors of #69C649
Black with #69C649
Text Example
Text Example
White with #69C649
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69C649; }
p { color: rgb(105,198,73); }
H1.HeaderClassName
{
color: #69C649;
}
.AnyTagClassName
{
color: #69C649;
}
</style>
background-color css
<style>
a { background-color: #69C649; }
a { background-color: rgb(105,198,73); }
div.DivClassName
{
background-color: #69C649;
}
.BgClassName
{
background-color: #69C649;
}
</style>
border-color css
<style>
span { border-color: #69C649; }
span { border-color: rgb(105,198,73); }
td.TdClassName
{
border-color: #69C649;
}
.TagClassName
{
border-color: #69C649;
}
</style>