#68BA53

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

Shades of Apple #68BA53

Tints of Apple #68BA53

Color information

#68BA53 (or 0x68BA53) is unknown color: approx Apple. HEX triplet: 68, BA and 53. RGB value is (104,186,83). Sum of RGB (Red+Green+Blue) = 104+186+83=373 (49% of max value = 765). Red value is 104 (41.02% from 255 or 27.88% from 373); Green value is 186 (73.05% from 255 or 49.87% from 373); Blue value is 83 (32.81% from 255 or 22.25% from 373); Max value from RGB is 186 - color contains mainly: green. Hex color #68BA53 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #68BA53 is #9745AC. Grayscale: #969696. Windows color (decimal): -9913773 or 5487208. OLE color: 5487208.

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

Color convert

RGB10418683-
CMYK0.4400.550.27
HSL107.77º42.74%52.75%-
HSV(B)107.77º55.38%72.94%-
XYZ24.8338.6914.34-
YUV149.7490.3395.38-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 27.88%
GREEN value IS 186 (73.05% from 255) = 49.87%
BLUE value IS 83 (32.81% from 255) = 22.25%
R=27.88%
G=49.87%
B=22.25%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal104186830.4400.550.27107.7742.7452.75
Hex68BA532C0371B6c2b35
Octal15027212354067331545365
Binary11010001011101010100111011000110111110111101100101011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68BA53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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