#68AC49

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

Shades of Apple #68AC49

Tints of Apple #68AC49

Color information

#68AC49 (or 0x68AC49) is unknown color: approx Apple. HEX triplet: 68, AC and 49. RGB value is (104,172,73). Sum of RGB (Red+Green+Blue) = 104+172+73=349 (46% of max value = 765). Red value is 104 (41.02% from 255 or 29.80% from 349); Green value is 172 (67.58% from 255 or 49.28% from 349); Blue value is 73 (28.91% from 255 or 20.92% from 349); Max value from RGB is 172 - color contains mainly: green. Hex color #68AC49 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #68AC49 is #9753B6. Grayscale: #8C8C8C. Windows color (decimal): -9917367 or 4828264. OLE color: 4828264.

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

Color convert

RGB10417273-
CMYK0.4000.580.33
HSL101.21º40.41%48.04%-
HSV(B)101.21º57.56%67.45%-
XYZ21.6632.9311.52-
YUV140.3889.97102.05-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 29.80%
GREEN value IS 172 (67.58% from 255) = 49.28%
BLUE value IS 73 (28.91% from 255) = 20.92%
R=29.80%
G=49.28%
B=20.92%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal104172730.4000.580.33101.2140.4148.04
Hex68AC492803A21652830
Octal15025411150072411455060
Binary110100010101100100100110100001110101000011100101101000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68AC49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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