Shades of Apple #69C22C
Tints of Apple #69C22C
RGB
CMYK
RGB Variations
Color information
#69C22C (or 0x69C22C) is known color: Apple. HEX triplet: 69, C2 and 2C. RGB value is (105,194,44). Sum of RGB (Red+Green+Blue) = 105+194+44=343 (45% of max value = 765). Red value is 105 (41.41% from 255 or 30.61% from 343); Green value is 194 (76.17% from 255 or 56.56% from 343); Blue value is 44 (17.58% from 255 or 12.83% from 343); Max value from RGB is 194 - color contains mainly: green. Hex color #69C22C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #69C22C is #963DD3. Grayscale: #969696. Windows color (decimal): -9846228 or 2933353. OLE color: 2933353.
HSL color Cylindrical-coordinate representation of color #69C22C: hue angle of 95.6º degrees, saturation: 0.63, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #69C22C is Cyan = 0.46, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 105 | 194 | 44 | - |
| CMYK | 0.46 | 0 | 0.77 | 0.24 |
| HSL | 95.6º | 0.63% | 0.47% | - |
| HSV(B) | 95.6º | 0.77% | 0.76% | - |
| XYZ | 25.57 | 41.77 | 9.1 | - |
| YUV | 150.29 | 68.01 | 95.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 194 | 44 | 0.46 | 0 | 0.77 | 0.24 | 95.6 | 0.63 | 0.47 |
| Hex | 69 | C2 | 2C | 2E | 0 | 4D | 18 | 60 | 3F | 2F |
| Octal | 151 | 302 | 54 | 56 | 0 | 115 | 30 | 140 | 77 | 57 |
| Binary | 1101001 | 11000010 | 101100 | 101110 | 0 | 1001101 | 11000 | 1100000 | 111111 | 101111 |
Color Harmonies of #69C22C
Complementary color
Monochromatic Colors of #69C22C
Black with #69C22C
Text Example
Text Example
White with #69C22C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69C22C; }
p { color: rgb(105,194,44); }
H1.HeaderClassName
{
color: #69C22C;
}
.AnyTagClassName
{
color: #69C22C;
}
</style>
background-color css
<style>
a { background-color: #69C22C; }
a { background-color: rgb(105,194,44); }
div.DivClassName
{
background-color: #69C22C;
}
.BgClassName
{
background-color: #69C22C;
}
</style>
border-color css
<style>
span { border-color: #69C22C; }
span { border-color: rgb(105,194,44); }
td.TdClassName
{
border-color: #69C22C;
}
.TagClassName
{
border-color: #69C22C;
}
</style>