#69AB45

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

Shades of Apple #69AB45

Tints of Apple #69AB45

Color information

#69AB45 (or 0x69AB45) is unknown color: approx Apple. HEX triplet: 69, AB and 45. RGB value is (105,171,69). Sum of RGB (Red+Green+Blue) = 105+171+69=345 (45% of max value = 765). Red value is 105 (41.41% from 255 or 30.43% from 345); Green value is 171 (67.19% from 255 or 49.57% from 345); Blue value is 69 (27.34% from 255 or 20% from 345); Max value from RGB is 171 - color contains mainly: green. Hex color #69AB45 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #69AB45 is #9654BA. Grayscale: #8B8B8B. Windows color (decimal): -9852091 or 4565865. OLE color: 4565865.

HSL color Cylindrical-coordinate representation of color #69AB45: hue angle of 98.82º degrees, saturation: 0.43, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #69AB45 is Cyan = 0.39, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.33.

Color convert

RGB10517169-
CMYK0.3900.600.33
HSL98.82º42.5%47.06%-
HSV(B)98.82º59.65%67.06%-
XYZ21.4632.5610.78-
YUV139.6488.13103.29-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 30.43%
GREEN value IS 171 (67.19% from 255) = 49.57%
BLUE value IS 69 (27.34% from 255) = 20%
R=30.43%
G=49.57%
B=20%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal105171690.3900.600.3398.8242.547.06
Hex69AB452703C21632a2f
Octal15125310547074411435257
Binary110100110101011100010110011101111001000011100011101010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69AB45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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