#68A34D

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

Shades of Apple #68A34D

Tints of Apple #68A34D

Color information

#68A34D (or 0x68A34D) is unknown color: approx Apple. HEX triplet: 68, A3 and 4D. RGB value is (104,163,77). Sum of RGB (Red+Green+Blue) = 104+163+77=344 (45% of max value = 765). Red value is 104 (41.02% from 255 or 30.23% from 344); Green value is 163 (64.06% from 255 or 47.38% from 344); Blue value is 77 (30.47% from 255 or 22.38% from 344); Max value from RGB is 163 - color contains mainly: green. Hex color #68A34D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #68A34D is #975CB2. Grayscale: #878787. Windows color (decimal): -9919667 or 5088104. OLE color: 5088104.

HSL color Cylindrical-coordinate representation of color #68A34D: hue angle of 101.16º degrees, saturation: 0.36, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #68A34D is Cyan = 0.36, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.36.

Color convert

RGB10416377-
CMYK0.3600.530.36
HSL101.16º35.83%47.06%-
HSV(B)101.16º52.76%63.92%-
XYZ20.1529.6711.69-
YUV135.5694.95105.49-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 30.23%
GREEN value IS 163 (64.06% from 255) = 47.38%
BLUE value IS 77 (30.47% from 255) = 22.38%
R=30.23%
G=47.38%
B=22.38%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal104163770.3600.530.36101.1635.8347.06
Hex68A34D240352465242f
Octal15024311544065441454457
Binary110100010100011100110110010001101011001001100101100100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68A34D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(104,163,77); }

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

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

 a { background-color: rgb(104,163,77); }

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

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

 span { border-color: rgb(104,163,77); }

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