#68AD50

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

Shades of Apple #68AD50

Tints of Apple #68AD50

Color information

#68AD50 (or 0x68AD50) is unknown color: approx Apple. HEX triplet: 68, AD and 50. RGB value is (104,173,80). Sum of RGB (Red+Green+Blue) = 104+173+80=357 (47% of max value = 765). Red value is 104 (41.02% from 255 or 29.13% from 357); Green value is 173 (67.97% from 255 or 48.46% from 357); Blue value is 80 (31.64% from 255 or 22.41% from 357); Max value from RGB is 173 - color contains mainly: green. Hex color #68AD50 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #68AD50 is #9752AF. Grayscale: #8E8E8E. Windows color (decimal): -9917104 or 5287272. OLE color: 5287272.

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

Color convert

RGB10417380-
CMYK0.4000.540.32
HSL104.52º36.76%49.61%-
HSV(B)104.52º53.76%67.84%-
XYZ22.133.4112.87-
YUV141.7793.14101.06-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 29.13%
GREEN value IS 173 (67.97% from 255) = 48.46%
BLUE value IS 80 (31.64% from 255) = 22.41%
R=29.13%
G=48.46%
B=22.41%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal104173800.4000.540.32104.5236.7649.61
Hex68AD502803620692532
Octal15025512050066401514562
Binary110100010101101101000010100001101101000001101001100101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68AD50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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