#68AA4C

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

Shades of Apple #68AA4C

Tints of Apple #68AA4C

Color information

#68AA4C (or 0x68AA4C) is unknown color: approx Apple. HEX triplet: 68, AA and 4C. RGB value is (104,170,76). Sum of RGB (Red+Green+Blue) = 104+170+76=350 (46% of max value = 765). Red value is 104 (41.02% from 255 or 29.71% from 350); Green value is 170 (66.80% from 255 or 48.57% from 350); Blue value is 76 (30.08% from 255 or 21.71% from 350); Max value from RGB is 170 - color contains mainly: green. Hex color #68AA4C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #68AA4C is #9755B3. Grayscale: #8B8B8B. Windows color (decimal): -9917876 or 5024360. OLE color: 5024360.

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

Color convert

RGB10417076-
CMYK0.3900.550.33
HSL102.13º38.21%48.24%-
HSV(B)102.13º55.29%66.67%-
XYZ21.3932.2111.93-
YUV139.5592.13102.64-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 29.71%
GREEN value IS 170 (66.80% from 255) = 48.57%
BLUE value IS 76 (30.08% from 255) = 21.71%
R=29.71%
G=48.57%
B=21.71%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal104170760.3900.550.33102.1338.2148.24
Hex68AA4C2703721662630
Octal15025211447067411464660
Binary110100010101010100110010011101101111000011100110100110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68AA4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(104,170,76); }

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

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

 a { background-color: rgb(104,170,76); }

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

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

 span { border-color: rgb(104,170,76); }

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