#68A649

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

Shades of Apple #68A649

Tints of Apple #68A649

Color information

#68A649 (or 0x68A649) is unknown color: approx Apple. HEX triplet: 68, A6 and 49. RGB value is (104,166,73). Sum of RGB (Red+Green+Blue) = 104+166+73=343 (45% of max value = 765). Red value is 104 (41.02% from 255 or 30.32% from 343); Green value is 166 (65.23% from 255 or 48.40% from 343); Blue value is 73 (28.91% from 255 or 21.28% from 343); Max value from RGB is 166 - color contains mainly: green. Hex color #68A649 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #68A649 is #9759B6. Grayscale: #898989. Windows color (decimal): -9918903 or 4826728. OLE color: 4826728.

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

Color convert

RGB10416673-
CMYK0.3700.560.35
HSL100º38.91%46.86%-
HSV(B)100º56.02%65.1%-
XYZ20.5530.711.15-
YUV136.8691.96104.56-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 30.32%
GREEN value IS 166 (65.23% from 255) = 48.40%
BLUE value IS 73 (28.91% from 255) = 21.28%
R=30.32%
G=48.40%
B=21.28%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal104166730.3700.560.3510038.9146.86
Hex68A649250382364272f
Octal15024611145070431444757
Binary110100010100110100100110010101110001000111100100100111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68A649

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(104,166,73); }

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

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

 a { background-color: rgb(104,166,73); }

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

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

 span { border-color: rgb(104,166,73); }

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