#68C13F

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

Shades of Apple #68C13F

Tints of Apple #68C13F

Color information

#68C13F (or 0x68C13F) is unknown color: approx Apple. HEX triplet: 68, C1 and 3F. RGB value is (104,193,63). Sum of RGB (Red+Green+Blue) = 104+193+63=360 (47% of max value = 765). Red value is 104 (41.02% from 255 or 28.89% from 360); Green value is 193 (75.78% from 255 or 53.61% from 360); Blue value is 63 (25% from 255 or 17.5% from 360); Max value from RGB is 193 - color contains mainly: green. Hex color #68C13F is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #68C13F is #973EC0. Grayscale: #989898. Windows color (decimal): -9912001 or 4178280. OLE color: 4178280.

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

Color convert

RGB10419363-
CMYK0.4600.670.24
HSL101.08º51.18%50.2%-
HSV(B)101.08º67.36%75.69%-
XYZ25.6841.4411.35-
YUV151.5778.0194.07-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 28.89%
GREEN value IS 193 (75.78% from 255) = 53.61%
BLUE value IS 63 (25% from 255) = 17.5%
R=28.89%
G=53.61%
B=17.5%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal104193630.4600.670.24101.0851.1850.2
Hex68C13F2E04318653332
Octal15030177560103301456362
Binary11010001100000111111110111001000011110001100101110011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68C13F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(104,193,63); }

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

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

 a { background-color: rgb(104,193,63); }

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

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

 span { border-color: rgb(104,193,63); }

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