#68A95B

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

Shades of Apple #68A95B

Tints of Apple #68A95B

Color information

#68A95B (or 0x68A95B) is unknown color: approx Apple. HEX triplet: 68, A9 and 5B. RGB value is (104,169,91). Sum of RGB (Red+Green+Blue) = 104+169+91=364 (48% of max value = 765). Red value is 104 (41.02% from 255 or 28.57% from 364); Green value is 169 (66.41% from 255 or 46.43% from 364); Blue value is 91 (35.94% from 255 or 25% from 364); Max value from RGB is 169 - color contains mainly: green. Hex color #68A95B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #68A95B is #9756A4. Grayscale: #8C8C8C. Windows color (decimal): -9918117 or 6007144. OLE color: 6007144.

HSL color Cylindrical-coordinate representation of color #68A95B: hue angle of 110º degrees, saturation: 0.31, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #68A95B is Cyan = 0.38, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.34.

Color convert

RGB10416991-
CMYK0.3800.460.34
HSL110º31.2%50.98%-
HSV(B)110º46.15%66.27%-
XYZ21.7932.0714.94-
YUV140.6799.97101.84-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 28.57%
GREEN value IS 169 (66.41% from 255) = 46.43%
BLUE value IS 91 (35.94% from 255) = 25%
R=28.57%
G=46.43%
B=25%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal104169910.3800.460.3411031.250.98
Hex68A95B2602E226e1f33
Octal15025113346056421563763
Binary11010001010100110110111001100101110100010110111011111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68A95B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(104,169,91); }

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

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

 a { background-color: rgb(104,169,91); }

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

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

 span { border-color: rgb(104,169,91); }

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