#68AE49

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

Shades of Apple #68AE49

Tints of Apple #68AE49

Color information

#68AE49 (or 0x68AE49) is unknown color: approx Apple. HEX triplet: 68, AE and 49. RGB value is (104,174,73). Sum of RGB (Red+Green+Blue) = 104+174+73=351 (46% of max value = 765). Red value is 104 (41.02% from 255 or 29.63% from 351); Green value is 174 (68.36% from 255 or 49.57% from 351); Blue value is 73 (28.91% from 255 or 20.80% from 351); Max value from RGB is 174 - color contains mainly: green. Hex color #68AE49 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #68AE49 is #9751B6. Grayscale: #8D8D8D. Windows color (decimal): -9916855 or 4828776. OLE color: 4828776.

HSL color Cylindrical-coordinate representation of color #68AE49: hue angle of 101.58º degrees, saturation: 0.41, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #68AE49 is Cyan = 0.40, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.32.

Color convert

RGB10417473-
CMYK0.4000.580.32
HSL101.58º40.89%48.43%-
HSV(B)101.58º58.05%68.24%-
XYZ22.0533.711.65-
YUV141.5689.31101.21-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 29.63%
GREEN value IS 174 (68.36% from 255) = 49.57%
BLUE value IS 73 (28.91% from 255) = 20.80%
R=29.63%
G=49.57%
B=20.80%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal104174730.4000.580.32101.5840.8948.43
Hex68AE492803A20662930
Octal15025611150072401465160
Binary110100010101110100100110100001110101000001100110101001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68AE49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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