#69A856

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

Shades of Apple #69A856

Tints of Apple #69A856

Color information

#69A856 (or 0x69A856) is unknown color: approx Apple. HEX triplet: 69, A8 and 56. RGB value is (105,168,86). Sum of RGB (Red+Green+Blue) = 105+168+86=359 (47% of max value = 765). Red value is 105 (41.41% from 255 or 29.25% from 359); Green value is 168 (66.02% from 255 or 46.80% from 359); Blue value is 86 (33.98% from 255 or 23.96% from 359); Max value from RGB is 168 - color contains mainly: green. Hex color #69A856 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #69A856 is #9657A9. Grayscale: #8C8C8C. Windows color (decimal): -9852842 or 5679209. OLE color: 5679209.

HSL color Cylindrical-coordinate representation of color #69A856: hue angle of 106.1º degrees, saturation: 0.32, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #69A856 is Cyan = 0.38, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.34.

Color convert

RGB10516886-
CMYK0.3800.490.34
HSL106.1º32.28%49.8%-
HSV(B)106.1º48.81%65.88%-
XYZ21.5131.6813.79-
YUV139.8297.63103.17-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 29.25%
GREEN value IS 168 (66.02% from 255) = 46.80%
BLUE value IS 86 (33.98% from 255) = 23.96%
R=29.25%
G=46.80%
B=23.96%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal105168860.3800.490.34106.132.2849.8
Hex69A85626031226a2032
Octal15125012646061421524062
Binary110100110101000101011010011001100011000101101010100000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69A856

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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