#68c64d

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

Shades of Apple #68C64D

Tints of Apple #68C64D

Color information

#68C64D (or 0x68C64D) is unknown color: approx Apple. HEX triplet: 68, C6 and 4D. RGB value is (104,198,77). Sum of RGB (Red+Green+Blue) = 104+198+77=379 (50% of max value = 765). Red value is 104 (41.02% from 255 or 27.44% from 379); Green value is 198 (77.73% from 255 or 52.24% from 379); Blue value is 77 (30.47% from 255 or 20.32% from 379); Max value from RGB is 198 - color contains mainly: green. Hex color #68C64D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #68C64D is #9739B2. Grayscale: #9C9C9C. Windows color (decimal): -9910707 or 5097064. OLE color: 5097064.

HSL color Cylindrical-coordinate representation of color #68C64D: hue angle of 106.61º degrees, saturation: 0.51, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #68C64D is Cyan = 0.47, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.22.

Color convert

RGB10419877-
CMYK0.4700.610.22
HSL106.61º51.49%53.92%-
HSV(B)106.61º61.11%77.65%-
XYZ27.2443.8714.05-
YUV156.183.3690.84-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 27.44%
GREEN value IS 198 (77.73% from 255) = 52.24%
BLUE value IS 77 (30.47% from 255) = 20.32%
R=27.44%
G=52.24%
B=20.32%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal104198770.4700.610.22106.6151.4953.92
Hex68C64D2F03D166b3336
Octal15030611557075261536366
Binary11010001100011010011011011110111101101101101011110011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68c64d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(104,198,77); }

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

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

 a { background-color: rgb(104,198,77); }

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

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

 span { border-color: rgb(104,198,77); }

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