#69A040

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

Shades of Apple #69A040

Tints of Apple #69A040

Color information

#69A040 (or 0x69A040) is unknown color: approx Apple. HEX triplet: 69, A0 and 40. RGB value is (105,160,64). Sum of RGB (Red+Green+Blue) = 105+160+64=329 (43% of max value = 765). Red value is 105 (41.41% from 255 or 31.91% from 329); Green value is 160 (62.89% from 255 or 48.63% from 329); Blue value is 64 (25.39% from 255 or 19.45% from 329); Max value from RGB is 160 - color contains mainly: green. Hex color #69A040 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #69A040 is #965FBF. Grayscale: #848484. Windows color (decimal): -9854912 or 4235369. OLE color: 4235369.

HSL color Cylindrical-coordinate representation of color #69A040: hue angle of 94.38º degrees, saturation: 0.43, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #69A040 is Cyan = 0.34, Magento = 0, Yellow = 0.6 and Black (K on CMYK) = 0.37.

Color convert

RGB10516064-
CMYK0.3400.60.37
HSL94.38º42.86%43.92%-
HSV(B)94.38º60%62.75%-
XYZ19.3228.529.34-
YUV132.6189.28108.31-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 31.91%
GREEN value IS 160 (62.89% from 255) = 48.63%
BLUE value IS 64 (25.39% from 255) = 19.45%
R=31.91%
G=48.63%
B=19.45%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.6
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal105160640.3400.60.3794.3842.8643.92
Hex69A0402203C255e2b2c
Octal15124010042074451365354
Binary110100110100000100000010001001111001001011011110101011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69A040

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(105,160,64); }

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

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

 a { background-color: rgb(105,160,64); }

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

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

 span { border-color: rgb(105,160,64); }

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