#68AA5A

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

Shades of Apple #68AA5A

Tints of Apple #68AA5A

Color information

#68AA5A (or 0x68AA5A) is unknown color: approx Apple. HEX triplet: 68, AA and 5A. RGB value is (104,170,90). Sum of RGB (Red+Green+Blue) = 104+170+90=364 (48% of max value = 765). Red value is 104 (41.02% from 255 or 28.57% from 364); Green value is 170 (66.80% from 255 or 46.70% from 364); Blue value is 90 (35.55% from 255 or 24.73% from 364); Max value from RGB is 170 - color contains mainly: green. Hex color #68AA5A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #68AA5A is #9755A5. Grayscale: #8D8D8D. Windows color (decimal): -9917862 or 5941864. OLE color: 5941864.

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

Color convert

RGB10417090-
CMYK0.3900.470.33
HSL109.5º32%50.98%-
HSV(B)109.5º47.06%66.67%-
XYZ21.9332.4314.78-
YUV141.1599.13101.5-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 28.57%
GREEN value IS 170 (66.80% from 255) = 46.70%
BLUE value IS 90 (35.55% from 255) = 24.73%
R=28.57%
G=46.70%
B=24.73%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal104170900.3900.470.33109.53250.98
Hex68AA5A2702F216e2033
Octal15025213247057411564063
Binary110100010101010101101010011101011111000011101110100000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68AA5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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