Shades of Apple #69D93C
Tints of Apple #69D93C
RGB
CMYK
RGB Variations
Color information
#69D93C (or 0x69D93C) is known color: Apple. HEX triplet: 69, D9 and 3C. RGB value is (105,217,60). Sum of RGB (Red+Green+Blue) = 105+217+60=382 (50% of max value = 765). Red value is 105 (41.41% from 255 or 27.49% from 382); Green value is 217 (85.16% from 255 or 56.81% from 382); Blue value is 60 (23.83% from 255 or 15.71% from 382); Max value from RGB is 217 - color contains mainly: green. Hex color #69D93C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #69D93C is #9626C3. Grayscale: #A6A6A6. Windows color (decimal): -9840324 or 3987817. OLE color: 3987817.
HSL color Cylindrical-coordinate representation of color #69D93C: hue angle of 102.8º degrees, saturation: 0.67, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #69D93C is Cyan = 0.52, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 105 | 217 | 60 | - |
| CMYK | 0.52 | 0 | 0.72 | 0.15 |
| HSL | 102.8º | 0.67% | 0.54% | - |
| HSV(B) | 102.8º | 0.72% | 0.85% | - |
| XYZ | 31.45 | 52.96 | 12.84 | - |
| YUV | 165.61 | 68.39 | 84.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 217 | 60 | 0.52 | 0 | 0.72 | 0.15 | 102.8 | 0.67 | 0.54 |
| Hex | 69 | D9 | 3C | 34 | 0 | 48 | F | 67 | 43 | 36 |
| Octal | 151 | 331 | 74 | 64 | 0 | 110 | 17 | 147 | 103 | 66 |
| Binary | 1101001 | 11011001 | 111100 | 110100 | 0 | 1001000 | 1111 | 1100111 | 1000011 | 110110 |
Color Harmonies of #69D93C
Complementary color
Monochromatic Colors of #69D93C
Black with #69D93C
Text Example
Text Example
White with #69D93C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69D93C; }
p { color: rgb(105,217,60); }
H1.HeaderClassName
{
color: #69D93C;
}
.AnyTagClassName
{
color: #69D93C;
}
</style>
background-color css
<style>
a { background-color: #69D93C; }
a { background-color: rgb(105,217,60); }
div.DivClassName
{
background-color: #69D93C;
}
.BgClassName
{
background-color: #69D93C;
}
</style>
border-color css
<style>
span { border-color: #69D93C; }
span { border-color: rgb(105,217,60); }
td.TdClassName
{
border-color: #69D93C;
}
.TagClassName
{
border-color: #69D93C;
}
</style>