#68AB42

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

Shades of Apple #68AB42

Tints of Apple #68AB42

Color information

#68AB42 (or 0x68AB42) is unknown color: approx Apple. HEX triplet: 68, AB and 42. RGB value is (104,171,66). Sum of RGB (Red+Green+Blue) = 104+171+66=341 (45% of max value = 765). Red value is 104 (41.02% from 255 or 30.50% from 341); Green value is 171 (67.19% from 255 or 50.15% from 341); Blue value is 66 (26.17% from 255 or 19.35% from 341); Max value from RGB is 171 - color contains mainly: green. Hex color #68AB42 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #68AB42 is #9754BD. Grayscale: #8B8B8B. Windows color (decimal): -9917630 or 4369256. OLE color: 4369256.

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

Color convert

RGB10417166-
CMYK0.3900.610.33
HSL98.29º44.3%46.47%-
HSV(B)98.29º61.4%67.06%-
XYZ21.2632.4610.3-
YUV13986.8103.04-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 30.50%
GREEN value IS 171 (67.19% from 255) = 50.15%
BLUE value IS 66 (26.17% from 255) = 19.35%
R=30.50%
G=50.15%
B=19.35%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal104171660.3900.610.3398.2944.346.47
Hex68AB422703D21622c2e
Octal15025310247075411425456
Binary110100010101011100001010011101111011000011100010101100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68AB42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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