Shades of Apple #69AC3C
Tints of Apple #69AC3C
RGB
CMYK
RGB Variations
Color information
#69AC3C (or 0x69AC3C) is known color: Apple. HEX triplet: 69, AC and 3C. RGB value is (105,172,60). Sum of RGB (Red+Green+Blue) = 105+172+60=337 (44% of max value = 765). Red value is 105 (41.41% from 255 or 31.16% from 337); Green value is 172 (67.58% from 255 or 51.04% from 337); Blue value is 60 (23.83% from 255 or 17.80% from 337); Max value from RGB is 172 - color contains mainly: green. Hex color #69AC3C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #69AC3C is #9653C3. Grayscale: #8B8B8B. Windows color (decimal): -9851844 or 3976297. OLE color: 3976297.
HSL color Cylindrical-coordinate representation of color #69AC3C: hue angle of 95.89º degrees, saturation: 0.48, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #69AC3C is Cyan = 0.39, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 105 | 172 | 60 | - |
| CMYK | 0.39 | 0 | 0.65 | 0.33 |
| HSL | 95.89º | 0.48% | 0.45% | - |
| HSV(B) | 95.89º | 0.65% | 0.67% | - |
| XYZ | 21.39 | 32.83 | 9.49 | - |
| YUV | 139.2 | 83.3 | 103.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 172 | 60 | 0.39 | 0 | 0.65 | 0.33 | 95.89 | 0.48 | 0.45 |
| Hex | 69 | AC | 3C | 27 | 0 | 41 | 21 | 60 | 30 | 2D |
| Octal | 151 | 254 | 74 | 47 | 0 | 101 | 41 | 140 | 60 | 55 |
| Binary | 1101001 | 10101100 | 111100 | 100111 | 0 | 1000001 | 100001 | 1100000 | 110000 | 101101 |
Color Harmonies of #69AC3C
Complementary color
Monochromatic Colors of #69AC3C
Black with #69AC3C
Text Example
Text Example
White with #69AC3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69AC3C; }
p { color: rgb(105,172,60); }
H1.HeaderClassName
{
color: #69AC3C;
}
.AnyTagClassName
{
color: #69AC3C;
}
</style>
background-color css
<style>
a { background-color: #69AC3C; }
a { background-color: rgb(105,172,60); }
div.DivClassName
{
background-color: #69AC3C;
}
.BgClassName
{
background-color: #69AC3C;
}
</style>
border-color css
<style>
span { border-color: #69AC3C; }
span { border-color: rgb(105,172,60); }
td.TdClassName
{
border-color: #69AC3C;
}
.TagClassName
{
border-color: #69AC3C;
}
</style>