#68C64B

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

Shades of Apple #68C64B

Tints of Apple #68C64B

Color information

#68C64B (or 0x68C64B) is unknown color: approx Apple. HEX triplet: 68, C6 and 4B. RGB value is (104,198,75). Sum of RGB (Red+Green+Blue) = 104+198+75=377 (49% of max value = 765). Red value is 104 (41.02% from 255 or 27.59% from 377); Green value is 198 (77.73% from 255 or 52.52% from 377); Blue value is 75 (29.69% from 255 or 19.89% from 377); Max value from RGB is 198 - color contains mainly: green. Hex color #68C64B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #68C64B is #9739B4. Grayscale: #9C9C9C. Windows color (decimal): -9910709 or 4965992. OLE color: 4965992.

HSL color Cylindrical-coordinate representation of color #68C64B: hue angle of 105.85º 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 #68C64B is Cyan = 0.47, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.22.

Color convert

RGB10419875-
CMYK0.4700.620.22
HSL105.85º51.9%53.53%-
HSV(B)105.85º62.12%77.65%-
XYZ27.1743.8413.69-
YUV155.8782.3691-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 27.59%
GREEN value IS 198 (77.73% from 255) = 52.52%
BLUE value IS 75 (29.69% from 255) = 19.89%
R=27.59%
G=52.52%
B=19.89%

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
Decimal104198750.4700.620.22105.8551.953.53
Hex68C64B2F03E166a3436
Octal15030611357076261526466
Binary11010001100011010010111011110111110101101101010110100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68C64B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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