#69A14F

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

Shades of Apple #69A14F

Tints of Apple #69A14F

Color information

#69A14F (or 0x69A14F) is unknown color: approx Apple. HEX triplet: 69, A1 and 4F. RGB value is (105,161,79). Sum of RGB (Red+Green+Blue) = 105+161+79=345 (45% of max value = 765). Red value is 105 (41.41% from 255 or 30.43% from 345); Green value is 161 (63.28% from 255 or 46.67% from 345); Blue value is 79 (31.25% from 255 or 22.90% from 345); Max value from RGB is 161 - color contains mainly: green. Hex color #69A14F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #69A14F is #965EB0. Grayscale: #878787. Windows color (decimal): -9854641 or 5218665. OLE color: 5218665.

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

Color convert

RGB10516179-
CMYK0.3500.510.37
HSL100.98º34.17%47.06%-
HSV(B)100.98º50.93%63.14%-
XYZ19.9829.0611.95-
YUV134.9196.45106.67-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 30.43%
GREEN value IS 161 (63.28% from 255) = 46.67%
BLUE value IS 79 (31.25% from 255) = 22.90%
R=30.43%
G=46.67%
B=22.90%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal105161790.3500.510.37100.9834.1747.06
Hex69A14F230332565222f
Octal15124111743063451454257
Binary110100110100001100111110001101100111001011100101100010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69A14F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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