#69A34C

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

Shades of Apple #69A34C

Tints of Apple #69A34C

Color information

#69A34C (or 0x69A34C) is unknown color: approx Apple. HEX triplet: 69, A3 and 4C. RGB value is (105,163,76). Sum of RGB (Red+Green+Blue) = 105+163+76=344 (45% of max value = 765). Red value is 105 (41.41% from 255 or 30.52% from 344); Green value is 163 (64.06% from 255 or 47.38% from 344); Blue value is 76 (30.08% from 255 or 22.09% from 344); Max value from RGB is 163 - color contains mainly: green. Hex color #69A34C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #69A34C is #965CB3. Grayscale: #888888. Windows color (decimal): -9854132 or 5022569. OLE color: 5022569.

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

Color convert

RGB10516376-
CMYK0.3600.530.36
HSL100º36.4%46.86%-
HSV(B)100º53.37%63.92%-
XYZ20.2329.7211.51-
YUV135.7494.28106.07-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 30.52%
GREEN value IS 163 (64.06% from 255) = 47.38%
BLUE value IS 76 (30.08% from 255) = 22.09%
R=30.52%
G=47.38%
B=22.09%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal105163760.3600.530.3610036.446.86
Hex69A34C240352464242f
Octal15124311444065441444457
Binary110100110100011100110010010001101011001001100100100100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69A34C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(105,163,76); }

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

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

 a { background-color: rgb(105,163,76); }

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

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

 span { border-color: rgb(105,163,76); }

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