#68BA49

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

Shades of Apple #68BA49

Tints of Apple #68BA49

Color information

#68BA49 (or 0x68BA49) is unknown color: approx Apple. HEX triplet: 68, BA and 49. RGB value is (104,186,73). Sum of RGB (Red+Green+Blue) = 104+186+73=363 (48% of max value = 765). Red value is 104 (41.02% from 255 or 28.65% from 363); Green value is 186 (73.05% from 255 or 51.24% from 363); Blue value is 73 (28.91% from 255 or 20.11% from 363); Max value from RGB is 186 - color contains mainly: green. Hex color #68BA49 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #68BA49 is #9745B6. Grayscale: #949494. Windows color (decimal): -9913783 or 4831848. OLE color: 4831848.

HSL color Cylindrical-coordinate representation of color #68BA49: hue angle of 103.54º degrees, saturation: 0.45, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #68BA49 is Cyan = 0.44, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.27.

Color convert

RGB10418673-
CMYK0.4400.610.27
HSL103.54º45.02%50.78%-
HSV(B)103.54º60.75%72.94%-
XYZ24.4738.5412.45-
YUV148.685.3396.19-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 28.65%
GREEN value IS 186 (73.05% from 255) = 51.24%
BLUE value IS 73 (28.91% from 255) = 20.11%
R=28.65%
G=51.24%
B=20.11%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal104186730.4400.610.27103.5445.0250.78
Hex68BA492C03D1B682d33
Octal15027211154075331505563
Binary11010001011101010010011011000111101110111101000101101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68BA49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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