#69A24C

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

Shades of Apple #69A24C

Tints of Apple #69A24C

Color information

#69A24C (or 0x69A24C) is unknown color: approx Apple. HEX triplet: 69, A2 and 4C. RGB value is (105,162,76). Sum of RGB (Red+Green+Blue) = 105+162+76=343 (45% of max value = 765). Red value is 105 (41.41% from 255 or 30.61% from 343); Green value is 162 (63.67% from 255 or 47.23% from 343); Blue value is 76 (30.08% from 255 or 22.16% from 343); Max value from RGB is 162 - color contains mainly: green. Hex color #69A24C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #69A24C is #965DB3. Grayscale: #878787. Windows color (decimal): -9854388 or 5022313. OLE color: 5022313.

HSL color Cylindrical-coordinate representation of color #69A24C: hue angle of 99.77º 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 #69A24C is Cyan = 0.35, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.36.

Color convert

RGB10516276-
CMYK0.3500.530.36
HSL99.77º36.13%46.67%-
HSV(B)99.77º53.09%63.53%-
XYZ20.0529.3711.45-
YUV135.1594.62106.49-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 30.61%
GREEN value IS 162 (63.67% from 255) = 47.23%
BLUE value IS 76 (30.08% from 255) = 22.16%
R=30.61%
G=47.23%
B=22.16%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal105162760.3500.530.3699.7736.1346.67
Hex69A24C230352464242f
Octal15124211443065441444457
Binary110100110100010100110010001101101011001001100100100100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69A24C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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