#69AE55

Color #69AE55 Apple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Apple #69AE55

Tints of Apple #69AE55

Color information

#69AE55 (or 0x69AE55) is unknown color: approx Apple. HEX triplet: 69, AE and 55. RGB value is (105,174,85). Sum of RGB (Red+Green+Blue) = 105+174+85=364 (48% of max value = 765). Red value is 105 (41.41% from 255 or 28.85% from 364); Green value is 174 (68.36% from 255 or 47.80% from 364); Blue value is 85 (33.59% from 255 or 23.35% from 364); Max value from RGB is 174 - color contains mainly: green. Hex color #69AE55 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #69AE55 is #9651AA. Grayscale: #8F8F8F. Windows color (decimal): -9851307 or 5615209. OLE color: 5615209.

HSL color Cylindrical-coordinate representation of color #69AE55: hue angle of 106.52º degrees, saturation: 0.35, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #69AE55 is Cyan = 0.40, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.32.

Color convert

RGB10517485-
CMYK0.4000.510.32
HSL106.52º35.46%50.78%-
HSV(B)106.52º51.15%68.24%-
XYZ22.633.9313.95-
YUV143.2295.14100.74-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 105 (41.41% from 255) = 28.85%
GREEN value IS 174 (68.36% from 255) = 47.80%
BLUE value IS 85 (33.59% from 255) = 23.35%
R=28.85%
G=47.80%
B=23.35%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal105174850.4000.510.32106.5235.4650.78
Hex69AE5528033206b2333
Octal15125612550063401534363
Binary110100110101110101010110100001100111000001101011100011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69AE55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #69AE55; }

 p { color: rgb(105,174,85); }

 H1.HeaderClassName
 {
   color: #69AE55;
 }
 .AnyTagClassName
 {
   color: #69AE55;
 }
</style>
background-color css

<style>
 a { background-color: #69AE55; }

 a { background-color: rgb(105,174,85); }

 div.DivClassName
 {
   background-color: #69AE55;
 }
 .BgClassName
 {
   background-color: #69AE55;
 }
</style>
border-color css

<style>
 span { border-color: #69AE55; }

 span { border-color: rgb(105,174,85); }

 td.TdClassName
 {
   border-color: #69AE55;
 }
 .TagClassName
 {
   border-color: #69AE55;
 }
</style>