#69A056

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

Shades of Apple #69A056

Tints of Apple #69A056

Color information

#69A056 (or 0x69A056) is unknown color: approx Apple. HEX triplet: 69, A0 and 56. RGB value is (105,160,86). Sum of RGB (Red+Green+Blue) = 105+160+86=351 (46% of max value = 765). Red value is 105 (41.41% from 255 or 29.91% from 351); Green value is 160 (62.89% from 255 or 45.58% from 351); Blue value is 86 (33.98% from 255 or 24.50% from 351); Max value from RGB is 160 - color contains mainly: green. Hex color #69A056 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #69A056 is #965FA9. Grayscale: #878787. Windows color (decimal): -9854890 or 5677161. OLE color: 5677161.

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

Color convert

RGB10516086-
CMYK0.3400.460.37
HSL104.59º30.08%48.24%-
HSV(B)104.59º46.25%62.75%-
XYZ20.0828.8213.31-
YUV135.12100.28106.52-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 29.91%
GREEN value IS 160 (62.89% from 255) = 45.58%
BLUE value IS 86 (33.98% from 255) = 24.50%
R=29.91%
G=45.58%
B=24.50%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal105160860.3400.460.37104.5930.0848.24
Hex69A0562202E25691e30
Octal15124012642056451513660
Binary11010011010000010101101000100101110100101110100111110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69A056

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(105,160,86); }

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

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

 a { background-color: rgb(105,160,86); }

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

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

 span { border-color: rgb(105,160,86); }

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