#68A83D

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

Shades of Apple #68A83D

Tints of Apple #68A83D

Color information

#68A83D (or 0x68A83D) is unknown color: approx Apple. HEX triplet: 68, A8 and 3D. RGB value is (104,168,61). Sum of RGB (Red+Green+Blue) = 104+168+61=333 (44% of max value = 765). Red value is 104 (41.02% from 255 or 31.23% from 333); Green value is 168 (66.02% from 255 or 50.45% from 333); Blue value is 61 (24.22% from 255 or 18.32% from 333); Max value from RGB is 168 - color contains mainly: green. Hex color #68A83D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #68A83D is #9757C2. Grayscale: #898989. Windows color (decimal): -9918403 or 4040808. OLE color: 4040808.

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

Color convert

RGB10416861-
CMYK0.3800.640.34
HSL95.89º46.72%44.9%-
HSV(B)95.89º63.69%65.88%-
XYZ20.5531.299.37-
YUV136.6785.3104.7-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 31.23%
GREEN value IS 168 (66.02% from 255) = 50.45%
BLUE value IS 61 (24.22% from 255) = 18.32%
R=31.23%
G=50.45%
B=18.32%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal104168610.3800.640.3495.8946.7244.9
Hex68A83D2604022602f2d
Octal15025075460100421405755
Binary110100010101000111101100110010000001000101100000101111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68A83D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(104,168,61); }

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

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

 a { background-color: rgb(104,168,61); }

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

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

 span { border-color: rgb(104,168,61); }

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