#69AE49

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

Shades of Apple #69AE49

Tints of Apple #69AE49

Color information

#69AE49 (or 0x69AE49) is unknown color: approx Apple. HEX triplet: 69, AE and 49. RGB value is (105,174,73). Sum of RGB (Red+Green+Blue) = 105+174+73=352 (46% of max value = 765). Red value is 105 (41.41% from 255 or 29.83% from 352); Green value is 174 (68.36% from 255 or 49.43% from 352); Blue value is 73 (28.91% from 255 or 20.74% from 352); Max value from RGB is 174 - color contains mainly: green. Hex color #69AE49 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #69AE49 is #9651B6. Grayscale: #8E8E8E. Windows color (decimal): -9851319 or 4828777. OLE color: 4828777.

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

Color convert

RGB10517473-
CMYK0.4000.580.32
HSL100.99º40.89%48.43%-
HSV(B)100.99º58.05%68.24%-
XYZ22.1633.7611.65-
YUV141.8589.14101.71-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 29.83%
GREEN value IS 174 (68.36% from 255) = 49.43%
BLUE value IS 73 (28.91% from 255) = 20.74%
R=29.83%
G=49.43%
B=20.74%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal105174730.4000.580.32100.9940.8948.43
Hex69AE492803A20652930
Octal15125611150072401455160
Binary110100110101110100100110100001110101000001100101101001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69AE49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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