#68AC3B

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

Shades of Apple #68AC3B

Tints of Apple #68AC3B

Color information

#68AC3B (or 0x68AC3B) is unknown color: approx Apple. HEX triplet: 68, AC and 3B. RGB value is (104,172,59). Sum of RGB (Red+Green+Blue) = 104+172+59=335 (44% of max value = 765). Red value is 104 (41.02% from 255 or 31.04% from 335); Green value is 172 (67.58% from 255 or 51.34% from 335); Blue value is 59 (23.44% from 255 or 17.61% from 335); Max value from RGB is 172 - color contains mainly: green. Hex color #68AC3B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #68AC3B is #9753C4. Grayscale: #8B8B8B. Windows color (decimal): -9917381 or 3910760. OLE color: 3910760.

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

Color convert

RGB10417259-
CMYK0.4000.660.33
HSL96.11º48.92%45.29%-
HSV(B)96.11º65.7%67.45%-
XYZ21.2532.769.34-
YUV138.7982.97103.19-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 31.04%
GREEN value IS 172 (67.58% from 255) = 51.34%
BLUE value IS 59 (23.44% from 255) = 17.61%
R=31.04%
G=51.34%
B=17.61%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal104172590.4000.660.3396.1148.9245.29
Hex68AC3B280422160312d
Octal15025473500102411406155
Binary110100010101100111011101000010000101000011100000110001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68AC3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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