#69AA5D

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

Shades of Apple #69AA5D

Tints of Apple #69AA5D

Color information

#69AA5D (or 0x69AA5D) is unknown color: approx Apple. HEX triplet: 69, AA and 5D. RGB value is (105,170,93). Sum of RGB (Red+Green+Blue) = 105+170+93=368 (48% of max value = 765). Red value is 105 (41.41% from 255 or 28.53% from 368); Green value is 170 (66.80% from 255 or 46.20% from 368); Blue value is 93 (36.72% from 255 or 25.27% from 368); Max value from RGB is 170 - color contains mainly: green. Hex color #69AA5D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #69AA5D is #9655A2. Grayscale: #8E8E8E. Windows color (decimal): -9852323 or 6138473. OLE color: 6138473.

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

Color convert

RGB10517093-
CMYK0.3800.450.33
HSL110.65º31.17%51.57%-
HSV(B)110.65º45.29%66.67%-
XYZ22.1832.5415.47-
YUV141.79100.47101.76-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 28.53%
GREEN value IS 170 (66.80% from 255) = 46.20%
BLUE value IS 93 (36.72% from 255) = 25.27%
R=28.53%
G=46.20%
B=25.27%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal105170930.3800.450.33110.6531.1751.57
Hex69AA5D2602D216f1f34
Octal15125213546055411573764
Binary11010011010101010111011001100101101100001110111111111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69AA5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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