#69AF4E

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

Shades of Apple #69AF4E

Tints of Apple #69AF4E

Color information

#69AF4E (or 0x69AF4E) is unknown color: approx Apple. HEX triplet: 69, AF and 4E. RGB value is (105,175,78). Sum of RGB (Red+Green+Blue) = 105+175+78=358 (47% of max value = 765). Red value is 105 (41.41% from 255 or 29.33% from 358); Green value is 175 (68.75% from 255 or 48.88% from 358); Blue value is 78 (30.86% from 255 or 21.79% from 358); Max value from RGB is 175 - color contains mainly: green. Hex color #69AF4E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #69AF4E is #9650B1. Grayscale: #8F8F8F. Windows color (decimal): -9851058 or 5156713. OLE color: 5156713.

HSL color Cylindrical-coordinate representation of color #69AF4E: hue angle of 103.3º degrees, saturation: 0.38, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #69AF4E is Cyan = 0.40, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.31.

Color convert

RGB10517578-
CMYK0.4000.550.31
HSL103.3º38.34%49.61%-
HSV(B)103.3º55.43%68.63%-
XYZ22.5334.2112.62-
YUV143.0191.31100.89-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 29.33%
GREEN value IS 175 (68.75% from 255) = 48.88%
BLUE value IS 78 (30.86% from 255) = 21.79%
R=29.33%
G=48.88%
B=21.79%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal105175780.4000.550.31103.338.3449.61
Hex69AF4E280371F672632
Octal15125711650067371474662
Binary11010011010111110011101010000110111111111100111100110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69AF4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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