#68A55D

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

Shades of Apple #68A55D

Tints of Apple #68A55D

Color information

#68A55D (or 0x68A55D) is unknown color: approx Apple. HEX triplet: 68, A5 and 5D. RGB value is (104,165,93). Sum of RGB (Red+Green+Blue) = 104+165+93=362 (47% of max value = 765). Red value is 104 (41.02% from 255 or 28.73% from 362); Green value is 165 (64.84% from 255 or 45.58% from 362); Blue value is 93 (36.72% from 255 or 25.69% from 362); Max value from RGB is 165 - color contains mainly: green. Hex color #68A55D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #68A55D is #975AA2. Grayscale: #8A8A8A. Windows color (decimal): -9919139 or 6137192. OLE color: 6137192.

HSL color Cylindrical-coordinate representation of color #68A55D: hue angle of 110.83º degrees, saturation: 0.29, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #68A55D is Cyan = 0.37, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.35.

Color convert

RGB10416593-
CMYK0.3700.440.35
HSL110.83º28.57%50.59%-
HSV(B)110.83º43.64%64.71%-
XYZ21.1430.6415.16-
YUV138.55102.29103.35-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 28.73%
GREEN value IS 165 (64.84% from 255) = 45.58%
BLUE value IS 93 (36.72% from 255) = 25.69%
R=28.73%
G=45.58%
B=25.69%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal104165930.3700.440.35110.8328.5750.59
Hex68A55D2502C236f1d33
Octal15024513545054431573563
Binary11010001010010110111011001010101100100011110111111101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68A55D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(104,165,93); }

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

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

 a { background-color: rgb(104,165,93); }

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

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

 span { border-color: rgb(104,165,93); }

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