#69AD50

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

Shades of Apple #69AD50

Tints of Apple #69AD50

Color information

#69AD50 (or 0x69AD50) is unknown color: approx Apple. HEX triplet: 69, AD and 50. RGB value is (105,173,80). Sum of RGB (Red+Green+Blue) = 105+173+80=358 (47% of max value = 765). Red value is 105 (41.41% from 255 or 29.33% from 358); Green value is 173 (67.97% from 255 or 48.32% from 358); Blue value is 80 (31.64% from 255 or 22.35% from 358); Max value from RGB is 173 - color contains mainly: green. Hex color #69AD50 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #69AD50 is #9652AF. Grayscale: #8E8E8E. Windows color (decimal): -9851568 or 5287273. OLE color: 5287273.

HSL color Cylindrical-coordinate representation of color #69AD50: hue angle of 103.87º degrees, saturation: 0.37, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #69AD50 is Cyan = 0.39, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.32.

Color convert

RGB10517380-
CMYK0.3900.540.32
HSL103.87º36.76%49.61%-
HSV(B)103.87º53.76%67.84%-
XYZ22.2233.4712.88-
YUV142.0792.97101.56-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 29.33%
GREEN value IS 173 (67.97% from 255) = 48.32%
BLUE value IS 80 (31.64% from 255) = 22.35%
R=29.33%
G=48.32%
B=22.35%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal105173800.3900.540.32103.8736.7649.61
Hex69AD502703620682532
Octal15125512047066401504562
Binary110100110101101101000010011101101101000001101000100101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69AD50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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