#68AA55

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

Shades of Apple #68AA55

Tints of Apple #68AA55

Color information

#68AA55 (or 0x68AA55) is unknown color: approx Apple. HEX triplet: 68, AA and 55. RGB value is (104,170,85). Sum of RGB (Red+Green+Blue) = 104+170+85=359 (47% of max value = 765). Red value is 104 (41.02% from 255 or 28.97% from 359); Green value is 170 (66.80% from 255 or 47.35% from 359); Blue value is 85 (33.59% from 255 or 23.68% from 359); Max value from RGB is 170 - color contains mainly: green. Hex color #68AA55 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #68AA55 is #9755AA. Grayscale: #8C8C8C. Windows color (decimal): -9917867 or 5614184. OLE color: 5614184.

HSL color Cylindrical-coordinate representation of color #68AA55: hue angle of 106.59º degrees, saturation: 0.33, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #68AA55 is Cyan = 0.39, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.33.

Color convert

RGB10417085-
CMYK0.3900.500.33
HSL106.59º33.33%50%-
HSV(B)106.59º50%66.67%-
XYZ21.7232.3513.69-
YUV140.5896.63101.91-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 28.97%
GREEN value IS 170 (66.80% from 255) = 47.35%
BLUE value IS 85 (33.59% from 255) = 23.68%
R=28.97%
G=47.35%
B=23.68%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal104170850.3900.500.33106.5933.3350
Hex68AA5527032216b2132
Octal15025212547062411534162
Binary110100010101010101010110011101100101000011101011100001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68AA55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(104,170,85); }

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

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

 a { background-color: rgb(104,170,85); }

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

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

 span { border-color: rgb(104,170,85); }

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