#68C64C

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

Shades of Apple #68C64C

Tints of Apple #68C64C

Color information

#68C64C (or 0x68C64C) is unknown color: approx Apple. HEX triplet: 68, C6 and 4C. RGB value is (104,198,76). Sum of RGB (Red+Green+Blue) = 104+198+76=378 (50% of max value = 765). Red value is 104 (41.02% from 255 or 27.51% from 378); Green value is 198 (77.73% from 255 or 52.38% from 378); Blue value is 76 (30.08% from 255 or 20.11% from 378); Max value from RGB is 198 - color contains mainly: green. Hex color #68C64C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #68C64C is #9739B3. Grayscale: #9C9C9C. Windows color (decimal): -9910708 or 5031528. OLE color: 5031528.

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

Color convert

RGB10419876-
CMYK0.4700.620.22
HSL106.23º51.69%53.73%-
HSV(B)106.23º61.62%77.65%-
XYZ27.2143.8513.87-
YUV155.9982.8690.92-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 27.51%
GREEN value IS 198 (77.73% from 255) = 52.38%
BLUE value IS 76 (30.08% from 255) = 20.11%
R=27.51%
G=52.38%
B=20.11%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal104198760.4700.620.22106.2351.6953.73
Hex68C64C2F03E166a3436
Octal15030611457076261526466
Binary11010001100011010011001011110111110101101101010110100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68C64C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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