#68AB46

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

Shades of Apple #68AB46

Tints of Apple #68AB46

Color information

#68AB46 (or 0x68AB46) is unknown color: approx Apple. HEX triplet: 68, AB and 46. RGB value is (104,171,70). Sum of RGB (Red+Green+Blue) = 104+171+70=345 (45% of max value = 765). Red value is 104 (41.02% from 255 or 30.14% from 345); Green value is 171 (67.19% from 255 or 49.57% from 345); Blue value is 70 (27.73% from 255 or 20.29% from 345); Max value from RGB is 171 - color contains mainly: green. Hex color #68AB46 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #68AB46 is #9754B9. Grayscale: #8B8B8B. Windows color (decimal): -9917626 or 4631400. OLE color: 4631400.

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

Color convert

RGB10417170-
CMYK0.3900.590.33
HSL99.8º41.91%47.25%-
HSV(B)99.8º59.06%67.06%-
XYZ21.3832.5110.94-
YUV139.4588.8102.71-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 30.14%
GREEN value IS 171 (67.19% from 255) = 49.57%
BLUE value IS 70 (27.73% from 255) = 20.29%
R=30.14%
G=49.57%
B=20.29%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal104171700.3900.590.3399.841.9147.25
Hex68AB462703B21642a2f
Octal15025310647073411445257
Binary110100010101011100011010011101110111000011100100101010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68AB46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(104,171,70); }

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

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

 a { background-color: rgb(104,171,70); }

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

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

 span { border-color: rgb(104,171,70); }

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