#68A046

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

Shades of Apple #68A046

Tints of Apple #68A046

Color information

#68A046 (or 0x68A046) is unknown color: approx Apple. HEX triplet: 68, A0 and 46. RGB value is (104,160,70). Sum of RGB (Red+Green+Blue) = 104+160+70=334 (44% of max value = 765). Red value is 104 (41.02% from 255 or 31.14% from 334); Green value is 160 (62.89% from 255 or 47.90% from 334); Blue value is 70 (27.73% from 255 or 20.96% from 334); Max value from RGB is 160 - color contains mainly: green. Hex color #68A046 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #68A046 is #975FB9. Grayscale: #858585. Windows color (decimal): -9920442 or 4628584. OLE color: 4628584.

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

Color convert

RGB10416070-
CMYK0.3500.560.37
HSL97.33º39.13%45.1%-
HSV(B)97.33º56.25%62.75%-
XYZ19.3928.5310.28-
YUV13392.45107.32-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 31.14%
GREEN value IS 160 (62.89% from 255) = 47.90%
BLUE value IS 70 (27.73% from 255) = 20.96%
R=31.14%
G=47.90%
B=20.96%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal104160700.3500.560.3797.3339.1345.1
Hex68A046230382561272d
Octal15024010643070451414755
Binary110100010100000100011010001101110001001011100001100111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68A046

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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