#68AD3F

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

Shades of Apple #68AD3F

Tints of Apple #68AD3F

Color information

#68AD3F (or 0x68AD3F) is unknown color: approx Apple. HEX triplet: 68, AD and 3F. RGB value is (104,173,63). Sum of RGB (Red+Green+Blue) = 104+173+63=340 (45% of max value = 765). Red value is 104 (41.02% from 255 or 30.59% from 340); Green value is 173 (67.97% from 255 or 50.88% from 340); Blue value is 63 (25% from 255 or 18.53% from 340); Max value from RGB is 173 - color contains mainly: green. Hex color #68AD3F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #68AD3F is #9752C0. Grayscale: #8C8C8C. Windows color (decimal): -9917121 or 4173160. OLE color: 4173160.

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

Color convert

RGB10417363-
CMYK0.4000.640.32
HSL97.64º46.61%46.27%-
HSV(B)97.64º63.58%67.84%-
XYZ21.5533.199.97-
YUV139.8384.64102.44-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 30.59%
GREEN value IS 173 (67.97% from 255) = 50.88%
BLUE value IS 63 (25% from 255) = 18.53%
R=30.59%
G=50.88%
B=18.53%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal104173630.4000.640.3297.6446.6146.27
Hex68AD3F2804020622f2e
Octal15025577500100401425756
Binary110100010101101111111101000010000001000001100010101111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68AD3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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