Shades of Apple #69B24D
Tints of Apple #69B24D
RGB
CMYK
RGB Variations
Color information
#69B24D (or 0x69B24D) is known color: Apple. HEX triplet: 69, B2 and 4D. RGB value is (105,178,77). Sum of RGB (Red+Green+Blue) = 105+178+77=360 (47% of max value = 765). Red value is 105 (41.41% from 255 or 29.17% from 360); Green value is 178 (69.92% from 255 or 49.44% from 360); Blue value is 77 (30.47% from 255 or 21.39% from 360); Max value from RGB is 178 - color contains mainly: green. Hex color #69B24D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #69B24D is #964DB2. Grayscale: #909090. Windows color (decimal): -9850291 or 5091945. OLE color: 5091945.
HSL color Cylindrical-coordinate representation of color #69B24D: hue angle of 103.37º degrees, saturation: 0.4, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #69B24D is Cyan = 0.41, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 105 | 178 | 77 | - |
| CMYK | 0.41 | 0 | 0.57 | 0.30 |
| HSL | 103.37º | 0.4% | 0.5% | - |
| HSV(B) | 103.37º | 0.57% | 0.7% | - |
| XYZ | 23.09 | 35.38 | 12.63 | - |
| YUV | 144.66 | 89.82 | 99.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 178 | 77 | 0.41 | 0 | 0.57 | 0.30 | 103.37 | 0.4 | 0.5 |
| Hex | 69 | B2 | 4D | 29 | 0 | 39 | 1E | 67 | 28 | 32 |
| Octal | 151 | 262 | 115 | 51 | 0 | 71 | 36 | 147 | 50 | 62 |
| Binary | 1101001 | 10110010 | 1001101 | 101001 | 0 | 111001 | 11110 | 1100111 | 101000 | 110010 |
Color Harmonies of #69B24D
Complementary color
Monochromatic Colors of #69B24D
Black with #69B24D
Text Example
Text Example
White with #69B24D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69B24D; }
p { color: rgb(105,178,77); }
H1.HeaderClassName
{
color: #69B24D;
}
.AnyTagClassName
{
color: #69B24D;
}
</style>
background-color css
<style>
a { background-color: #69B24D; }
a { background-color: rgb(105,178,77); }
div.DivClassName
{
background-color: #69B24D;
}
.BgClassName
{
background-color: #69B24D;
}
</style>
border-color css
<style>
span { border-color: #69B24D; }
span { border-color: rgb(105,178,77); }
td.TdClassName
{
border-color: #69B24D;
}
.TagClassName
{
border-color: #69B24D;
}
</style>