Shades of Apple #69BE5C
Tints of Apple #69BE5C
RGB
CMYK
RGB Variations
Color information
#69BE5C (or 0x69BE5C) is known color: Apple. HEX triplet: 69, BE and 5C. RGB value is (105,190,92). Sum of RGB (Red+Green+Blue) = 105+190+92=387 (51% of max value = 765). Red value is 105 (41.41% from 255 or 27.13% from 387); Green value is 190 (74.61% from 255 or 49.10% from 387); Blue value is 92 (36.33% from 255 or 23.77% from 387); Max value from RGB is 190 - color contains mainly: green. Hex color #69BE5C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #69BE5C is #9641A3. Grayscale: #999999. Windows color (decimal): -9847204 or 6078057. OLE color: 6078057.
HSL color Cylindrical-coordinate representation of color #69BE5C: hue angle of 112.04º degrees, saturation: 0.43, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #69BE5C is Cyan = 0.45, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 105 | 190 | 92 | - |
| CMYK | 0.45 | 0 | 0.52 | 0.25 |
| HSL | 112.04º | 0.43% | 0.55% | - |
| HSV(B) | 112.04º | 0.52% | 0.75% | - |
| XYZ | 26.17 | 40.6 | 16.58 | - |
| YUV | 153.41 | 93.34 | 93.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 190 | 92 | 0.45 | 0 | 0.52 | 0.25 | 112.04 | 0.43 | 0.55 |
| Hex | 69 | BE | 5C | 2D | 0 | 34 | 19 | 70 | 2B | 37 |
| Octal | 151 | 276 | 134 | 55 | 0 | 64 | 31 | 160 | 53 | 67 |
| Binary | 1101001 | 10111110 | 1011100 | 101101 | 0 | 110100 | 11001 | 1110000 | 101011 | 110111 |
Color Harmonies of #69BE5C
Complementary color
Monochromatic Colors of #69BE5C
Black with #69BE5C
Text Example
Text Example
White with #69BE5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69BE5C; }
p { color: rgb(105,190,92); }
H1.HeaderClassName
{
color: #69BE5C;
}
.AnyTagClassName
{
color: #69BE5C;
}
</style>
background-color css
<style>
a { background-color: #69BE5C; }
a { background-color: rgb(105,190,92); }
div.DivClassName
{
background-color: #69BE5C;
}
.BgClassName
{
background-color: #69BE5C;
}
</style>
border-color css
<style>
span { border-color: #69BE5C; }
span { border-color: rgb(105,190,92); }
td.TdClassName
{
border-color: #69BE5C;
}
.TagClassName
{
border-color: #69BE5C;
}
</style>