#68A43E

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

Shades of Apple #68A43E

Tints of Apple #68A43E

Color information

#68A43E (or 0x68A43E) is unknown color: approx Apple. HEX triplet: 68, A4 and 3E. RGB value is (104,164,62). Sum of RGB (Red+Green+Blue) = 104+164+62=330 (43% of max value = 765). Red value is 104 (41.02% from 255 or 31.52% from 330); Green value is 164 (64.45% from 255 or 49.70% from 330); Blue value is 62 (24.61% from 255 or 18.79% from 330); Max value from RGB is 164 - color contains mainly: green. Hex color #68A43E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #68A43E is #975BC1. Grayscale: #868686. Windows color (decimal): -9919426 or 4105320. OLE color: 4105320.

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

Color convert

RGB10416462-
CMYK0.3700.620.36
HSL95.29º45.13%44.31%-
HSV(B)95.29º62.2%64.31%-
XYZ19.8529.849.27-
YUV134.4387.12106.29-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 31.52%
GREEN value IS 164 (64.45% from 255) = 49.70%
BLUE value IS 62 (24.61% from 255) = 18.79%
R=31.52%
G=49.70%
B=18.79%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal104164620.3700.620.3695.2945.1344.31
Hex68A43E2503E245f2d2c
Octal1502447645076441375554
Binary11010001010010011111010010101111101001001011111101101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68A43E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(104,164,62); }

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

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

 a { background-color: rgb(104,164,62); }

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

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

 span { border-color: rgb(104,164,62); }

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