#68AD55

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

Shades of Apple #68AD55

Tints of Apple #68AD55

Color information

#68AD55 (or 0x68AD55) is unknown color: approx Apple. HEX triplet: 68, AD and 55. RGB value is (104,173,85). Sum of RGB (Red+Green+Blue) = 104+173+85=362 (47% of max value = 765). Red value is 104 (41.02% from 255 or 28.73% from 362); Green value is 173 (67.97% from 255 or 47.79% from 362); Blue value is 85 (33.59% from 255 or 23.48% from 362); Max value from RGB is 173 - color contains mainly: green. Hex color #68AD55 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #68AD55 is #9752AA. Grayscale: #8E8E8E. Windows color (decimal): -9917099 or 5614952. OLE color: 5614952.

HSL color Cylindrical-coordinate representation of color #68AD55: hue angle of 107.05º degrees, saturation: 0.35, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #68AD55 is Cyan = 0.40, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.32.

Color convert

RGB10417385-
CMYK0.4000.510.32
HSL107.05º34.92%50.59%-
HSV(B)107.05º50.87%67.84%-
XYZ22.2933.4913.88-
YUV142.3495.64100.66-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 28.73%
GREEN value IS 173 (67.97% from 255) = 47.79%
BLUE value IS 85 (33.59% from 255) = 23.48%
R=28.73%
G=47.79%
B=23.48%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal104173850.4000.510.32107.0534.9250.59
Hex68AD5528033206b2333
Octal15025512550063401534363
Binary110100010101101101010110100001100111000001101011100011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68AD55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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