#68A042

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

Shades of Apple #68A042

Tints of Apple #68A042

Color information

#68A042 (or 0x68A042) is unknown color: approx Apple. HEX triplet: 68, A0 and 42. RGB value is (104,160,66). Sum of RGB (Red+Green+Blue) = 104+160+66=330 (43% of max value = 765). Red value is 104 (41.02% from 255 or 31.52% from 330); Green value is 160 (62.89% from 255 or 48.48% from 330); Blue value is 66 (26.17% from 255 or 20% from 330); Max value from RGB is 160 - color contains mainly: green. Hex color #68A042 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #68A042 is #975FBD. Grayscale: #848484. Windows color (decimal): -9920446 or 4366440. OLE color: 4366440.

HSL color Cylindrical-coordinate representation of color #68A042: hue angle of 95.74º degrees, saturation: 0.42, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #68A042 is Cyan = 0.35, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.37.

Color convert

RGB10416066-
CMYK0.3500.590.37
HSL95.74º41.59%44.31%-
HSV(B)95.74º58.75%62.75%-
XYZ19.2628.489.64-
YUV132.5490.45107.64-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 31.52%
GREEN value IS 160 (62.89% from 255) = 48.48%
BLUE value IS 66 (26.17% from 255) = 20%
R=31.52%
G=48.48%
B=20%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal104160660.3500.590.3795.7441.5944.31
Hex68A0422303B25602a2c
Octal15024010243073451405254
Binary110100010100000100001010001101110111001011100000101010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68A042

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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