#69A34E

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

Shades of Apple #69A34E

Tints of Apple #69A34E

Color information

#69A34E (or 0x69A34E) is unknown color: approx Apple. HEX triplet: 69, A3 and 4E. RGB value is (105,163,78). Sum of RGB (Red+Green+Blue) = 105+163+78=346 (45% of max value = 765). Red value is 105 (41.41% from 255 or 30.35% from 346); Green value is 163 (64.06% from 255 or 47.11% from 346); Blue value is 78 (30.86% from 255 or 22.54% from 346); Max value from RGB is 163 - color contains mainly: green. Hex color #69A34E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #69A34E is #965CB1. Grayscale: #888888. Windows color (decimal): -9854130 or 5153641. OLE color: 5153641.

HSL color Cylindrical-coordinate representation of color #69A34E: hue angle of 100.94º degrees, saturation: 0.35, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #69A34E is Cyan = 0.36, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.36.

Color convert

RGB10516378-
CMYK0.3600.520.36
HSL100.94º35.27%47.25%-
HSV(B)100.94º52.15%63.92%-
XYZ20.329.7511.88-
YUV135.9795.28105.91-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 30.35%
GREEN value IS 163 (64.06% from 255) = 47.11%
BLUE value IS 78 (30.86% from 255) = 22.54%
R=30.35%
G=47.11%
B=22.54%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal105163780.3600.520.36100.9435.2747.25
Hex69A34E240342465232f
Octal15124311644064441454357
Binary110100110100011100111010010001101001001001100101100011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69A34E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(105,163,78); }

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

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

 a { background-color: rgb(105,163,78); }

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

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

 span { border-color: rgb(105,163,78); }

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