#68A540

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

Shades of Apple #68A540

Tints of Apple #68A540

Color information

#68A540 (or 0x68A540) is unknown color: approx Apple. HEX triplet: 68, A5 and 40. RGB value is (104,165,64). Sum of RGB (Red+Green+Blue) = 104+165+64=333 (44% of max value = 765). Red value is 104 (41.02% from 255 or 31.23% from 333); Green value is 165 (64.84% from 255 or 49.55% from 333); Blue value is 64 (25.39% from 255 or 19.22% from 333); Max value from RGB is 165 - color contains mainly: green. Hex color #68A540 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #68A540 is #975ABF. Grayscale: #878787. Windows color (decimal): -9919168 or 4236648. OLE color: 4236648.

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

Color convert

RGB10416564-
CMYK0.3700.610.35
HSL96.24º44.1%44.9%-
HSV(B)96.24º61.21%64.71%-
XYZ20.0930.229.63-
YUV135.2587.79105.71-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 31.23%
GREEN value IS 165 (64.84% from 255) = 49.55%
BLUE value IS 64 (25.39% from 255) = 19.22%
R=31.23%
G=49.55%
B=19.22%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal104165640.3700.610.3596.2444.144.9
Hex68A5402503D23602c2d
Octal15024510045075431405455
Binary110100010100101100000010010101111011000111100000101100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68A540

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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