#68C052

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

Shades of Apple #68C052

Tints of Apple #68C052

Color information

#68C052 (or 0x68C052) is unknown color: approx Apple. HEX triplet: 68, C0 and 52. RGB value is (104,192,82). Sum of RGB (Red+Green+Blue) = 104+192+82=378 (50% of max value = 765). Red value is 104 (41.02% from 255 or 27.51% from 378); Green value is 192 (75.39% from 255 or 50.79% from 378); Blue value is 82 (32.42% from 255 or 21.69% from 378); Max value from RGB is 192 - color contains mainly: green. Hex color #68C052 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #68C052 is #973FAD. Grayscale: #999999. Windows color (decimal): -9912238 or 5423208. OLE color: 5423208.

HSL color Cylindrical-coordinate representation of color #68C052: hue angle of 108º degrees, saturation: 0.47, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #68C052 is Cyan = 0.46, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.25.

Color convert

RGB10419282-
CMYK0.4600.570.25
HSL108º46.61%53.73%-
HSV(B)108º57.29%75.29%-
XYZ26.0841.2514.57-
YUV153.1587.8592.94-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 27.51%
GREEN value IS 192 (75.39% from 255) = 50.79%
BLUE value IS 82 (32.42% from 255) = 21.69%
R=27.51%
G=50.79%
B=21.69%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal104192820.4600.570.2510846.6153.73
Hex68C0522E039196c2f36
Octal15030012256071311545766
Binary11010001100000010100101011100111001110011101100101111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68C052

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(104,192,82); }

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

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

 a { background-color: rgb(104,192,82); }

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

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

 span { border-color: rgb(104,192,82); }

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