#69A45C

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

Shades of Apple #69A45C

Tints of Apple #69A45C

Color information

#69A45C (or 0x69A45C) is unknown color: approx Apple. HEX triplet: 69, A4 and 5C. RGB value is (105,164,92). Sum of RGB (Red+Green+Blue) = 105+164+92=361 (47% of max value = 765). Red value is 105 (41.41% from 255 or 29.09% from 361); Green value is 164 (64.45% from 255 or 45.43% from 361); Blue value is 92 (36.33% from 255 or 25.48% from 361); Max value from RGB is 164 - color contains mainly: green. Hex color #69A45C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #69A45C is #965BA3. Grayscale: #8A8A8A. Windows color (decimal): -9853860 or 6071401. OLE color: 6071401.

HSL color Cylindrical-coordinate representation of color #69A45C: hue angle of 109.17º degrees, saturation: 0.28, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #69A45C is Cyan = 0.36, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.36.

Color convert

RGB10516492-
CMYK0.3600.440.36
HSL109.17º28.35%50.2%-
HSV(B)109.17º43.9%64.31%-
XYZ21.0330.3314.87-
YUV138.15101.95104.35-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 29.09%
GREEN value IS 164 (64.45% from 255) = 45.43%
BLUE value IS 92 (36.33% from 255) = 25.48%
R=29.09%
G=45.43%
B=25.48%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal105164920.3600.440.36109.1728.3550.2
Hex69A45C2402C246d1c32
Octal15124413444054441553462
Binary11010011010010010111001001000101100100100110110111100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69A45C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(105,164,92); }

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

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

 a { background-color: rgb(105,164,92); }

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

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

 span { border-color: rgb(105,164,92); }

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