#68A753

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

Shades of Apple #68A753

Tints of Apple #68A753

Color information

#68A753 (or 0x68A753) is unknown color: approx Apple. HEX triplet: 68, A7 and 53. RGB value is (104,167,83). Sum of RGB (Red+Green+Blue) = 104+167+83=354 (46% of max value = 765). Red value is 104 (41.02% from 255 or 29.38% from 354); Green value is 167 (65.62% from 255 or 47.18% from 354); Blue value is 83 (32.81% from 255 or 23.45% from 354); Max value from RGB is 167 - color contains mainly: green. Hex color #68A753 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #68A753 is #9758AC. Grayscale: #8A8A8A. Windows color (decimal): -9918637 or 5482344. OLE color: 5482344.

HSL color Cylindrical-coordinate representation of color #68A753: hue angle of 105º degrees, saturation: 0.34, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #68A753 is Cyan = 0.38, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.35.

Color convert

RGB10416783-
CMYK0.3800.500.35
HSL105º33.6%49.02%-
HSV(B)105º50.3%65.49%-
XYZ21.0931.2113.1-
YUV138.5996.63103.33-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 29.38%
GREEN value IS 167 (65.62% from 255) = 47.18%
BLUE value IS 83 (32.81% from 255) = 23.45%
R=29.38%
G=47.18%
B=23.45%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal104167830.3800.500.3510533.649.02
Hex68A7532603223692231
Octal15024712346062431514261
Binary110100010100111101001110011001100101000111101001100010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68A753

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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