#68AC3F

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

Shades of Apple #68AC3F

Tints of Apple #68AC3F

Color information

#68AC3F (or 0x68AC3F) is unknown color: approx Apple. HEX triplet: 68, AC and 3F. RGB value is (104,172,63). Sum of RGB (Red+Green+Blue) = 104+172+63=339 (44% of max value = 765). Red value is 104 (41.02% from 255 or 30.68% from 339); Green value is 172 (67.58% from 255 or 50.74% from 339); Blue value is 63 (25% from 255 or 18.58% from 339); Max value from RGB is 172 - color contains mainly: green. Hex color #68AC3F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #68AC3F is #9753C0. Grayscale: #8B8B8B. Windows color (decimal): -9917377 or 4172904. OLE color: 4172904.

HSL color Cylindrical-coordinate representation of color #68AC3F: hue angle of 97.43º degrees, saturation: 0.46, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #68AC3F is Cyan = 0.40, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.33.

Color convert

RGB10417263-
CMYK0.4000.630.33
HSL97.43º46.38%46.08%-
HSV(B)97.43º63.37%67.45%-
XYZ21.3632.819.91-
YUV139.2484.97102.86-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 30.68%
GREEN value IS 172 (67.58% from 255) = 50.74%
BLUE value IS 63 (25% from 255) = 18.58%
R=30.68%
G=50.74%
B=18.58%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal104172630.4000.630.3397.4346.3846.08
Hex68AC3F2803F21612e2e
Octal1502547750077411415656
Binary11010001010110011111110100001111111000011100001101110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68AC3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(104,172,63); }

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

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

 a { background-color: rgb(104,172,63); }

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

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

 span { border-color: rgb(104,172,63); }

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