#69AA48

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

Shades of Apple #69AA48

Tints of Apple #69AA48

Color information

#69AA48 (or 0x69AA48) is unknown color: approx Apple. HEX triplet: 69, AA and 48. RGB value is (105,170,72). Sum of RGB (Red+Green+Blue) = 105+170+72=347 (45% of max value = 765). Red value is 105 (41.41% from 255 or 30.26% from 347); Green value is 170 (66.80% from 255 or 48.99% from 347); Blue value is 72 (28.52% from 255 or 20.75% from 347); Max value from RGB is 170 - color contains mainly: green. Hex color #69AA48 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #69AA48 is #9655B7. Grayscale: #8B8B8B. Windows color (decimal): -9852344 or 4762217. OLE color: 4762217.

HSL color Cylindrical-coordinate representation of color #69AA48: hue angle of 99.8º degrees, saturation: 0.4, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #69AA48 is Cyan = 0.38, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.33.

Color convert

RGB10517072-
CMYK0.3800.580.33
HSL99.8º40.5%47.45%-
HSV(B)99.8º57.65%66.67%-
XYZ21.3732.2211.22-
YUV139.3989.97103.47-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 30.26%
GREEN value IS 170 (66.80% from 255) = 48.99%
BLUE value IS 72 (28.52% from 255) = 20.75%
R=30.26%
G=48.99%
B=20.75%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal105170720.3800.580.3399.840.547.45
Hex69AA482603A2164282f
Octal15125211046072411445057
Binary110100110101010100100010011001110101000011100100101000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69AA48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(105,170,72); }

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

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

 a { background-color: rgb(105,170,72); }

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

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

 span { border-color: rgb(105,170,72); }

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