#68AF56

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

Shades of Apple #68AF56

Tints of Apple #68AF56

Color information

#68AF56 (or 0x68AF56) is unknown color: approx Apple. HEX triplet: 68, AF and 56. RGB value is (104,175,86). Sum of RGB (Red+Green+Blue) = 104+175+86=365 (48% of max value = 765). Red value is 104 (41.02% from 255 or 28.49% from 365); Green value is 175 (68.75% from 255 or 47.95% from 365); Blue value is 86 (33.98% from 255 or 23.56% from 365); Max value from RGB is 175 - color contains mainly: green. Hex color #68AF56 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #68AF56 is #9750A9. Grayscale: #8F8F8F. Windows color (decimal): -9916586 or 5681000. OLE color: 5681000.

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

Color convert

RGB10417586-
CMYK0.4100.510.31
HSL107.87º35.74%51.18%-
HSV(B)107.87º50.86%68.63%-
XYZ22.7234.2714.22-
YUV143.6295.4899.74-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 28.49%
GREEN value IS 175 (68.75% from 255) = 47.95%
BLUE value IS 86 (33.98% from 255) = 23.56%
R=28.49%
G=47.95%
B=23.56%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal104175860.4100.510.31107.8735.7451.18
Hex68AF56290331F6c2433
Octal15025712651063371544463
Binary11010001010111110101101010010110011111111101100100100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68AF56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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