#68AA41

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

Shades of Apple #68AA41

Tints of Apple #68AA41

Color information

#68AA41 (or 0x68AA41) is unknown color: approx Apple. HEX triplet: 68, AA and 41. RGB value is (104,170,65). Sum of RGB (Red+Green+Blue) = 104+170+65=339 (44% of max value = 765). Red value is 104 (41.02% from 255 or 30.68% from 339); Green value is 170 (66.80% from 255 or 50.15% from 339); Blue value is 65 (25.78% from 255 or 19.17% from 339); Max value from RGB is 170 - color contains mainly: green. Hex color #68AA41 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #68AA41 is #9755BE. Grayscale: #8A8A8A. Windows color (decimal): -9917887 or 4303464. OLE color: 4303464.

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

Color convert

RGB10417065-
CMYK0.3900.620.33
HSL97.71º44.68%46.08%-
HSV(B)97.71º61.76%66.67%-
XYZ21.0432.0710.08-
YUV138.386.63103.54-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 30.68%
GREEN value IS 170 (66.80% from 255) = 50.15%
BLUE value IS 65 (25.78% from 255) = 19.17%
R=30.68%
G=50.15%
B=19.17%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal104170650.3900.620.3397.7144.6846.08
Hex68AA412703E21622d2e
Octal15025210147076411425556
Binary110100010101010100000110011101111101000011100010101101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68AA41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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