#68CC48

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

Shades of Apple #68CC48

Tints of Apple #68CC48

Color information

#68CC48 (or 0x68CC48) is unknown color: approx Apple. HEX triplet: 68, CC and 48. RGB value is (104,204,72). Sum of RGB (Red+Green+Blue) = 104+204+72=380 (50% of max value = 765). Red value is 104 (41.02% from 255 or 27.37% from 380); Green value is 204 (80.08% from 255 or 53.68% from 380); Blue value is 72 (28.52% from 255 or 18.95% from 380); Max value from RGB is 204 - color contains mainly: green. Hex color #68CC48 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #68CC48 is #9733B7. Grayscale: #9F9F9F. Windows color (decimal): -9909176 or 4770920. OLE color: 4770920.

HSL color Cylindrical-coordinate representation of color #68CC48: hue angle of 105.45º degrees, saturation: 0.56, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #68CC48 is Cyan = 0.49, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.2.

Color convert

RGB10420472-
CMYK0.4900.650.2
HSL105.45º56.41%54.12%-
HSV(B)105.45º64.71%80%-
XYZ28.4746.613.62-
YUV159.0578.8788.73-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 27.37%
GREEN value IS 204 (80.08% from 255) = 53.68%
BLUE value IS 72 (28.52% from 255) = 18.95%
R=27.37%
G=53.68%
B=18.95%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal104204720.4900.650.2105.4556.4154.12
Hex68CC483104114693836
Octal150314110610101241517066
Binary110100011001100100100011000101000001101001101001111000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68CC48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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