#68A93F

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

Shades of Apple #68A93F

Tints of Apple #68A93F

Color information

#68A93F (or 0x68A93F) is unknown color: approx Apple. HEX triplet: 68, A9 and 3F. RGB value is (104,169,63). Sum of RGB (Red+Green+Blue) = 104+169+63=336 (44% of max value = 765). Red value is 104 (41.02% from 255 or 30.95% from 336); Green value is 169 (66.41% from 255 or 50.30% from 336); Blue value is 63 (25% from 255 or 18.75% from 336); Max value from RGB is 169 - color contains mainly: green. Hex color #68A93F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #68A93F is #9756C0. Grayscale: #898989. Windows color (decimal): -9918145 or 4172136. OLE color: 4172136.

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

Color convert

RGB10416963-
CMYK0.3800.630.34
HSL96.79º45.69%45.49%-
HSV(B)96.79º62.72%66.27%-
XYZ20.7931.689.72-
YUV137.4885.97104.12-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 30.95%
GREEN value IS 169 (66.41% from 255) = 50.30%
BLUE value IS 63 (25% from 255) = 18.75%
R=30.95%
G=50.30%
B=18.75%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal104169630.3800.630.3496.7945.6945.49
Hex68A93F2603F22612e2d
Octal1502517746077421415655
Binary11010001010100111111110011001111111000101100001101110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68A93F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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