Shades of Apple #69D734
Tints of Apple #69D734
RGB
CMYK
RGB Variations
Color information
#69D734 (or 0x69D734) is known color: Apple. HEX triplet: 69, D7 and 34. RGB value is (105,215,52). Sum of RGB (Red+Green+Blue) = 105+215+52=372 (49% of max value = 765). Red value is 105 (41.41% from 255 or 28.23% from 372); Green value is 215 (84.38% from 255 or 57.80% from 372); Blue value is 52 (20.70% from 255 or 13.98% from 372); Max value from RGB is 215 - color contains mainly: green. Hex color #69D734 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #69D734 is #9628CB. Grayscale: #A4A4A4. Windows color (decimal): -9840844 or 3463017. OLE color: 3463017.
HSL color Cylindrical-coordinate representation of color #69D734: hue angle of 100.49º degrees, saturation: 0.67, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #69D734 is Cyan = 0.51, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 105 | 215 | 52 | - |
| CMYK | 0.51 | 0 | 0.76 | 0.16 |
| HSL | 100.49º | 0.67% | 0.52% | - |
| HSV(B) | 100.49º | 0.76% | 0.84% | - |
| XYZ | 30.75 | 51.85 | 11.64 | - |
| YUV | 163.53 | 65.06 | 86.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 215 | 52 | 0.51 | 0 | 0.76 | 0.16 | 100.49 | 0.67 | 0.52 |
| Hex | 69 | D7 | 34 | 33 | 0 | 4C | 10 | 64 | 43 | 34 |
| Octal | 151 | 327 | 64 | 63 | 0 | 114 | 20 | 144 | 103 | 64 |
| Binary | 1101001 | 11010111 | 110100 | 110011 | 0 | 1001100 | 10000 | 1100100 | 1000011 | 110100 |
Color Harmonies of #69D734
Complementary color
Monochromatic Colors of #69D734
Black with #69D734
Text Example
Text Example
White with #69D734
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69D734; }
p { color: rgb(105,215,52); }
H1.HeaderClassName
{
color: #69D734;
}
.AnyTagClassName
{
color: #69D734;
}
</style>
background-color css
<style>
a { background-color: #69D734; }
a { background-color: rgb(105,215,52); }
div.DivClassName
{
background-color: #69D734;
}
.BgClassName
{
background-color: #69D734;
}
</style>
border-color css
<style>
span { border-color: #69D734; }
span { border-color: rgb(105,215,52); }
td.TdClassName
{
border-color: #69D734;
}
.TagClassName
{
border-color: #69D734;
}
</style>