#69A149

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

Shades of Apple #69A149

Tints of Apple #69A149

Color information

#69A149 (or 0x69A149) is unknown color: approx Apple. HEX triplet: 69, A1 and 49. RGB value is (105,161,73). Sum of RGB (Red+Green+Blue) = 105+161+73=339 (44% of max value = 765). Red value is 105 (41.41% from 255 or 30.97% from 339); Green value is 161 (63.28% from 255 or 47.49% from 339); Blue value is 73 (28.91% from 255 or 21.53% from 339); Max value from RGB is 161 - color contains mainly: green. Hex color #69A149 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #69A149 is #965EB6. Grayscale: #868686. Windows color (decimal): -9854647 or 4825449. OLE color: 4825449.

HSL color Cylindrical-coordinate representation of color #69A149: hue angle of 98.18º degrees, saturation: 0.38, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #69A149 is Cyan = 0.35, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.37.

Color convert

RGB10516173-
CMYK0.3500.550.37
HSL98.18º37.61%45.88%-
HSV(B)98.18º54.66%63.14%-
XYZ19.7728.9710.85-
YUV134.2293.45107.16-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 30.97%
GREEN value IS 161 (63.28% from 255) = 47.49%
BLUE value IS 73 (28.91% from 255) = 21.53%
R=30.97%
G=47.49%
B=21.53%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal105161730.3500.550.3798.1837.6145.88
Hex69A149230372562262e
Octal15124111143067451424656
Binary110100110100001100100110001101101111001011100010100110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69A149

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(105,161,73); }

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

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

 a { background-color: rgb(105,161,73); }

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

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

 span { border-color: rgb(105,161,73); }

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