#68AF5A

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

Shades of Apple #68AF5A

Tints of Apple #68AF5A

Color information

#68AF5A (or 0x68AF5A) is unknown color: approx Apple. HEX triplet: 68, AF and 5A. RGB value is (104,175,90). Sum of RGB (Red+Green+Blue) = 104+175+90=369 (48% of max value = 765). Red value is 104 (41.02% from 255 or 28.18% from 369); Green value is 175 (68.75% from 255 or 47.43% from 369); Blue value is 90 (35.55% from 255 or 24.39% from 369); Max value from RGB is 175 - color contains mainly: green. Hex color #68AF5A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #68AF5A is #9750A5. Grayscale: #909090. Windows color (decimal): -9916582 or 5943144. OLE color: 5943144.

HSL color Cylindrical-coordinate representation of color #68AF5A: hue angle of 110.12º degrees, saturation: 0.35, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #68AF5A is Cyan = 0.41, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.31.

Color convert

RGB10417590-
CMYK0.4100.490.31
HSL110.12º34.69%51.96%-
HSV(B)110.12º48.57%68.63%-
XYZ22.8834.3415.1-
YUV144.0897.4899.41-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 28.18%
GREEN value IS 175 (68.75% from 255) = 47.43%
BLUE value IS 90 (35.55% from 255) = 24.39%
R=28.18%
G=47.43%
B=24.39%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal104175900.4100.490.31110.1234.6951.96
Hex68AF5A290311F6e2334
Octal15025713251061371564364
Binary11010001010111110110101010010110001111111101110100011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68AF5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #68AF5A; }

 p { color: rgb(104,175,90); }

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

<style>
 a { background-color: #68AF5A; }

 a { background-color: rgb(104,175,90); }

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

<style>
 span { border-color: #68AF5A; }

 span { border-color: rgb(104,175,90); }

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