#68AA53

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

Shades of Apple #68AA53

Tints of Apple #68AA53

Color information

#68AA53 (or 0x68AA53) is unknown color: approx Apple. HEX triplet: 68, AA and 53. RGB value is (104,170,83). Sum of RGB (Red+Green+Blue) = 104+170+83=357 (47% of max value = 765). Red value is 104 (41.02% from 255 or 29.13% from 357); Green value is 170 (66.80% from 255 or 47.62% from 357); Blue value is 83 (32.81% from 255 or 23.25% from 357); Max value from RGB is 170 - color contains mainly: green. Hex color #68AA53 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #68AA53 is #9755AC. Grayscale: #8C8C8C. Windows color (decimal): -9917869 or 5483112. OLE color: 5483112.

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

Color convert

RGB10417083-
CMYK0.3900.510.33
HSL105.52º34.39%49.61%-
HSV(B)105.52º51.18%66.67%-
XYZ21.6432.3213.28-
YUV140.3595.63102.07-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 29.13%
GREEN value IS 170 (66.80% from 255) = 47.62%
BLUE value IS 83 (32.81% from 255) = 23.25%
R=29.13%
G=47.62%
B=23.25%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal104170830.3900.510.33105.5234.3949.61
Hex68AA5327033216a2232
Octal15025212347063411524262
Binary110100010101010101001110011101100111000011101010100010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68AA53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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