#68B349

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

Shades of Apple #68B349

Tints of Apple #68B349

Color information

#68B349 (or 0x68B349) is unknown color: approx Apple. HEX triplet: 68, B3 and 49. RGB value is (104,179,73). Sum of RGB (Red+Green+Blue) = 104+179+73=356 (47% of max value = 765). Red value is 104 (41.02% from 255 or 29.21% from 356); Green value is 179 (70.31% from 255 or 50.28% from 356); Blue value is 73 (28.91% from 255 or 20.51% from 356); Max value from RGB is 179 - color contains mainly: green. Hex color #68B349 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #68B349 is #974CB6. Grayscale: #909090. Windows color (decimal): -9915575 or 4830056. OLE color: 4830056.

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

Color convert

RGB10417973-
CMYK0.4200.590.30
HSL102.45º42.06%49.41%-
HSV(B)102.45º59.22%70.2%-
XYZ23.0335.6611.97-
YUV144.4987.6599.12-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 29.21%
GREEN value IS 179 (70.31% from 255) = 50.28%
BLUE value IS 73 (28.91% from 255) = 20.51%
R=29.21%
G=50.28%
B=20.51%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal104179730.4200.590.30102.4542.0649.41
Hex68B3492A03B1E662a31
Octal15026311152073361465261
Binary11010001011001110010011010100111011111101100110101010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68B349

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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