#68A441

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

Shades of Apple #68A441

Tints of Apple #68A441

Color information

#68A441 (or 0x68A441) is unknown color: approx Apple. HEX triplet: 68, A4 and 41. RGB value is (104,164,65). Sum of RGB (Red+Green+Blue) = 104+164+65=333 (44% of max value = 765). Red value is 104 (41.02% from 255 or 31.23% from 333); Green value is 164 (64.45% from 255 or 49.25% from 333); Blue value is 65 (25.78% from 255 or 19.52% from 333); Max value from RGB is 164 - color contains mainly: green. Hex color #68A441 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #68A441 is #975BBE. Grayscale: #878787. Windows color (decimal): -9919423 or 4301928. OLE color: 4301928.

HSL color Cylindrical-coordinate representation of color #68A441: hue angle of 96.36º degrees, saturation: 0.43, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #68A441 is Cyan = 0.37, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.36.

Color convert

RGB10416465-
CMYK0.3700.600.36
HSL96.36º43.23%44.9%-
HSV(B)96.36º60.37%64.31%-
XYZ19.9429.889.72-
YUV134.7788.62106.05-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 31.23%
GREEN value IS 164 (64.45% from 255) = 49.25%
BLUE value IS 65 (25.78% from 255) = 19.52%
R=31.23%
G=49.25%
B=19.52%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal104164650.3700.600.3696.3643.2344.9
Hex68A4412503C24602b2d
Octal15024410145074441405355
Binary110100010100100100000110010101111001001001100000101011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68A441

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(104,164,65); }

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

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

 a { background-color: rgb(104,164,65); }

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

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

 span { border-color: rgb(104,164,65); }

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