#68C348

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

Shades of Apple #68C348

Tints of Apple #68C348

Color information

#68C348 (or 0x68C348) is unknown color: approx Apple. HEX triplet: 68, C3 and 48. RGB value is (104,195,72). Sum of RGB (Red+Green+Blue) = 104+195+72=371 (49% of max value = 765). Red value is 104 (41.02% from 255 or 28.03% from 371); Green value is 195 (76.56% from 255 or 52.56% from 371); Blue value is 72 (28.52% from 255 or 19.41% from 371); Max value from RGB is 195 - color contains mainly: green. Hex color #68C348 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #68C348 is #973CB7. Grayscale: #9A9A9A. Windows color (decimal): -9911480 or 4768616. OLE color: 4768616.

HSL color Cylindrical-coordinate representation of color #68C348: hue angle of 104.39º degrees, saturation: 0.51, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #68C348 is Cyan = 0.47, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.24.

Color convert

RGB10419572-
CMYK0.4700.630.24
HSL104.39º50.62%52.35%-
HSV(B)104.39º63.08%76.47%-
XYZ26.3942.4412.93-
YUV153.7781.8592.5-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 28.03%
GREEN value IS 195 (76.56% from 255) = 52.56%
BLUE value IS 72 (28.52% from 255) = 19.41%
R=28.03%
G=52.56%
B=19.41%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal104195720.4700.630.24104.3950.6252.35
Hex68C3482F03F18683334
Octal15030311057077301506364
Binary11010001100001110010001011110111111110001101000110011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68C348

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(104,195,72); }

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

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

 a { background-color: rgb(104,195,72); }

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

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

 span { border-color: rgb(104,195,72); }

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