#68B340

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

Shades of Apple #68B340

Tints of Apple #68B340

Color information

#68B340 (or 0x68B340) is unknown color: approx Apple. HEX triplet: 68, B3 and 40. RGB value is (104,179,64). Sum of RGB (Red+Green+Blue) = 104+179+64=347 (45% of max value = 765). Red value is 104 (41.02% from 255 or 29.97% from 347); Green value is 179 (70.31% from 255 or 51.59% from 347); Blue value is 64 (25.39% from 255 or 18.44% from 347); Max value from RGB is 179 - color contains mainly: green. Hex color #68B340 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #68B340 is #974CBF. Grayscale: #8F8F8F. Windows color (decimal): -9915584 or 4240232. OLE color: 4240232.

HSL color Cylindrical-coordinate representation of color #68B340: hue angle of 99.13º degrees, saturation: 0.47, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #68B340 is Cyan = 0.42, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.30.

Color convert

RGB10417964-
CMYK0.4200.640.30
HSL99.13º47.33%47.65%-
HSV(B)99.13º64.25%70.2%-
XYZ22.7535.5510.51-
YUV143.4683.1599.85-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 29.97%
GREEN value IS 179 (70.31% from 255) = 51.59%
BLUE value IS 64 (25.39% from 255) = 18.44%
R=29.97%
G=51.59%
B=18.44%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal104179640.4200.640.3099.1347.3347.65
Hex68B3402A0401E632f30
Octal150263100520100361435760
Binary110100010110011100000010101001000000111101100011101111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68B340

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(104,179,64); }

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

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

 a { background-color: rgb(104,179,64); }

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

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

 span { border-color: rgb(104,179,64); }

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