#69AB50

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

Shades of Apple #69AB50

Tints of Apple #69AB50

Color information

#69AB50 (or 0x69AB50) is unknown color: approx Apple. HEX triplet: 69, AB and 50. RGB value is (105,171,80). Sum of RGB (Red+Green+Blue) = 105+171+80=356 (47% of max value = 765). Red value is 105 (41.41% from 255 or 29.49% from 356); Green value is 171 (67.19% from 255 or 48.03% from 356); Blue value is 80 (31.64% from 255 or 22.47% from 356); Max value from RGB is 171 - color contains mainly: green. Hex color #69AB50 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #69AB50 is #9654AF. Grayscale: #8D8D8D. Windows color (decimal): -9852080 or 5286761. OLE color: 5286761.

HSL color Cylindrical-coordinate representation of color #69AB50: hue angle of 103.52º degrees, saturation: 0.36, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #69AB50 is Cyan = 0.39, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.33.

Color convert

RGB10517180-
CMYK0.3900.530.33
HSL103.52º36.25%49.22%-
HSV(B)103.52º53.22%67.06%-
XYZ21.8432.7112.75-
YUV140.8993.63102.4-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 29.49%
GREEN value IS 171 (67.19% from 255) = 48.03%
BLUE value IS 80 (31.64% from 255) = 22.47%
R=29.49%
G=48.03%
B=22.47%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal105171800.3900.530.33103.5236.2549.22
Hex69AB502703521682431
Octal15125312047065411504461
Binary110100110101011101000010011101101011000011101000100100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69AB50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(105,171,80); }

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

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

 a { background-color: rgb(105,171,80); }

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

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

 span { border-color: rgb(105,171,80); }

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